Package com.pspdfkit.signatures
Digital signatures.
See: Description
-
Class Summary Class Description Signature Represents a single signature (or signature item). Builder Builder for BiometricSignatureData. BiometricSignatureData Biometric data of a Signature. 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. SignatureGraphic Contains the graphic that will be used as the signature. Builder A helper class used for building the SignatureAppearance. SignatureAppearance Configures the appearance of digital signatures that are added to the document. DigitalSignatureValidationResult Detailed status about validity of a DigitalSignatureInfo. DigitalSignatureMetadata DigitalSignatureMetadata contains all metadata like appearance config, algorithm and other configuration needed for signing data PublicKey Holds info regarding Public Key SignatureBitmapStorage In memory signature bitmap storage that fetches all the available signature bitmaps from the DatabaseSignatureStorage and loads them into signatureBitmapHashMap. 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 -
Enum Summary Enum Description InputMethod Types of input devices that for creating a signature. ReferenceTransformMethod List of possible transformation methods of a Reference. ValidationStatus Represents overall validation status. SignatureAppearanceMode Controls how the digital signature will appear after signing. HashAlgorithm Hash algorithm for digesting PDF data as part of a digital signing process. 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. DigitalSignatureType Enum defining the type of digital signatures. -
Interface Summary Interface Description DocumentSignatureInfo Contains information about signatures of a document. -
Object Summary Object Description CREATOR DigitalSignatureValidator Validates digital signatures. 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.