OfflinePackage
Introduced in version 4.1.
Properties
-
OfflinePackageDocumentInfo[] documents
- The documents that were included in the package.
-
boolean signContents
- Whether to generate SHA-512/RSA signatures for each file in the package,
as well as the package itself. The default is
false
. Introduced in version 4.2. -
String signaturePathPrefix
- If signing package contents, this specifies the path prefix to apply for signature files. this can be used to place signature files in their own folder in the archive. The default is no prefix. Introduced in version 4.2.
-
String signaturePathSuffix
- If signing package contents, this specifies the suffix to add to signature files. The default is ".signature". Introduced in version 4.2.
-
String signatureAlgorithm
- The signing algorithm to use for both the package itself and individual
files within the package, if signContents is enabled. The value must
match those available in Java; see
https://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#Signature
.
The default is
"SHA512withRSA"
. Introduced in version 4.2. -
String statusMessage
- The current status message for the package. The package script can update this message as it builds the package in real-time, so this message should reflect the current state of the packaging process.
-
String signature
- The hexadecimal-encoded SHA-512/RSA checksum for the zip itself. Introduced in version 4.2.