Uses of Class
com.itextpdf.signatures.PdfSignature
Packages that use PdfSignature
-
Uses of PdfSignature in com.itextpdf.signatures
Fields in com.itextpdf.signatures declared as PdfSignatureModifier and TypeFieldDescriptionprotected PdfSignaturePdfSigner.cryptoDictionaryThe crypto dictionary.Methods in com.itextpdf.signatures that return PdfSignatureModifier and TypeMethodDescriptionSignatureUtil.getSignature(String name) GetPdfSignaturedictionary based on the provided name.PdfSigner.getSignatureDictionary()Returns the user made signature dictionary.Add new key-value pair to the signature dictionary.Methods in com.itextpdf.signatures with parameters of type PdfSignatureModifier and TypeMethodDescriptionprotected voidPdfSigner.addDocMDP(PdfSignature crypto) Adds keys to the signature dictionary that define the certification level and the permissions.protected voidPdfSigner.addFieldMDP(PdfSignature crypto, PdfSigFieldLock fieldLock) Adds keys to the signature dictionary that define the field permissions.voidPdfSigner.ISignatureEvent.getSignatureDictionary(PdfSignature sig) Allows modification of the signature dictionary. -
Uses of PdfSignature in com.itextpdf.signatures.validation.events
Methods in com.itextpdf.signatures.validation.events that return PdfSignatureModifier and TypeMethodDescriptionProofOfExistenceFoundEvent.getPdfSignature()Returns the PdfSignature containing the timestamp signature.StartSignatureValidationEvent.getPdfSignature()Returns the PdfSignature containing the signature.Constructors in com.itextpdf.signatures.validation.events with parameters of type PdfSignatureModifierConstructorDescriptionProofOfExistenceFoundEvent(PdfSignature sig, String signatureName) Creates a new event instance for a document timestamp.StartSignatureValidationEvent(PdfSignature sig, String signatureName, Date signingDate) Creates a new event instance.