DigitalSignatureInfo

A digital signature stored inside a PDF document. This can be retrieved by calling getSignatureInfo. As a convenience to check the signing status of a document, you can retrieve the DocumentSignatureInfo by calling getDocumentSignatureInfoAsync.

Types

Link copied to clipboard
open class BuildData
Build data dictionary of a software that created the digital signature.
Link copied to clipboard
open class Reference
Signature reference dictionary.
Link copied to clipboard
List of possible transformation methods of a Reference.

Properties

Link copied to clipboard
Key of a BuildData entry for the PDF/SigQ Conformance Checker that was used to create the signature.
Link copied to clipboard
Key of a BuildData entry for the filter (i.e.
Link copied to clipboard
Key of a BuildData entry for the PubSec software that created the signature.
Link copied to clipboard
Key of a BuildData entry for the PDF/SigQ Specification and Conformance Checker that was used to create the signature.
Link copied to clipboard
The map of build properties describing the software that created this signature.
Link copied to clipboard
The byte range this signature covers in the PDF file.
Link copied to clipboard
The actual byte content of the signature.
Link copied to clipboard
The date when this signature was created.
Link copied to clipboard
The name of the filter used for signing.
Link copied to clipboard
The location where the document was signed.
Link copied to clipboard
The name of the signer of this signature.
Link copied to clipboard
The reason for signing the document.
Link copied to clipboard
The list of signature reference dictionaries.
Link copied to clipboard
The name of the subfilter used for signing.

Functions

Link copied to clipboard
Returns the document with which the signature info is associated.
Link copied to clipboard
open fun isSigned(): Boolean
Returns if form field is actually signed.
Link copied to clipboard
open fun toString(): String
Returns a string representation of this digital signature info for debugging purposes.
Link copied to clipboard
Checks the actual validity of the signature and returns DigitalSignatureValidationResult.