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.

Constructors

Link copied to clipboard
constructor(@NonNull document: InternalPdfDocument, documentSourceIndex: Int, @NonNull signedFormField: NativeFormField)
Intended for internal usage only.
constructor(@NonNull digitalSignatureInfo: DigitalSignatureInfo)
Intended for internal usage only.

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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

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
Link copied to clipboard
Checks the actual validity of the signature and returns .