BuildData

open class BuildData

Build data dictionary of a software that created the digital signature.

Properties

Link copied to clipboard
The build date of the software used to create the signature.
Link copied to clipboard
The minimum version of software required to process this signature.
Link copied to clipboard
The name of the software module used to create the signature.
Link copied to clipboard
The operating system used while generating the signature.
Link copied to clipboard
The revision number of the software module.
Link copied to clipboard
The string representation of the revision number.

Functions

Link copied to clipboard
Flag if no warning should be displayed about not embedded fonts.
Link copied to clipboard
open fun isPreRelease(): Boolean
Flag indicating that the signature was created with unreleased software.
Link copied to clipboard
Flag that indicates that the software used for creating the digital signature was running in trusted mode (usually false).
Link copied to clipboard
open fun toString(): String
Returns a string representation of this build data for debugging purposes.