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 TypeMethodDescription(package private) PdfSignaturePdfSigner.createSignatureDictionary(boolean includeDate) SignatureUtil.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.private voidSignatureUtil.updateByteRange(PdfPKCS7 pkcs7, PdfSignature signature) -
Uses of PdfSignature in com.itextpdf.signatures.validation
Methods in com.itextpdf.signatures.validation with parameters of type PdfSignatureModifier and TypeMethodDescriptionprivate booleanDocumentRevisionsValidator.isCertificationSignature(PdfSignature signature) private voidDocumentRevisionsValidator.updateCertificationSignatureAccessPermissions(PdfSignature signature, ValidationReport report)