Package com.pspdfkit.signatures
Digital signatures.
See: Description
-
Enum Summary Enum Description ValidationProblem Problems that prevented proper validation of a signature. DocumentIntegrityStatus Status of the signed document. CertificateStatus Status of the certificate that was used for signing the document. ValidationStatus Represents overall validation status. HashAlgorithm Hash algorithm for digesting PDF data as part of a digital signing process. ReferenceTransformMethod List of possible transformation methods of a Reference. InputMethod Types of input devices that for creating a signature. DigitalSignatureType Enum defining the type of digital signatures. SignatureAppearanceMode Controls how the digital signature will appear after signing. -
Class Summary Class Description DigitalSignatureValidationResult Detailed status about validity of a DigitalSignatureInfo. BuildData Build data dictionary of a software that created the digital signature. Reference Signature reference dictionary. DigitalSignatureInfo A digital signature stored inside a PDF document. BiometricSignatureData Biometric data of a Signature. DigitalSignatureMetadata DigitalSignatureMetadata contains all metadata like appearance config, algorithm and other configuration needed for signing data PublicKey Holds info regarding Public Key Signature Represents a single signature (or signature item). SignatureAppearance Configures the appearance of digital signatures that are added to the document. SignatureBitmapStorage In memory signature bitmap storage that fetches all the available signature bitmaps from the DatabaseSignatureStorage and loads them into signatureBitmapHashMap. SignatureGraphic Contains the graphic that will be used as the signature. Builder A helper class used for building the SignerOptions. SignerOptions Contains all the data needed to perform a signing operation. X509CertificateData Provides metadata of signing certificate KeyFileHelpersKt -
Interface Summary Interface Description DocumentSignatureInfo Contains information about signatures of a document. -
Object Summary Object Description Companion CREATOR DigitalSignatureValidator Validates digital signatures. Companion Companion SigningManager SigningManager provides a public API to digitally sign documents with either PAdES advanced digital signatures or basic CMS signatures (see DigitalSignatureType)Use TrustedKeyStore to add trusted certificates for signature validation. TrustedKeyStore Singleton object that holds the list of trusted certificates used for digital signature validation and signing.