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 PdfSignature
PdfSigner.cryptoDictionary
The crypto dictionary.Methods in com.itextpdf.signatures that return PdfSignatureModifier and TypeMethodDescriptionSignatureUtil.getSignature
(String name) PdfSigner.getSignatureDictionary()
Returns the user made signature dictionary.Methods in com.itextpdf.signatures with parameters of type PdfSignatureModifier and TypeMethodDescriptionprotected void
PdfSigner.addDocMDP
(PdfSignature crypto) Adds keys to the signature dictionary that define the certification level and the permissions.protected void
PdfSigner.addFieldMDP
(PdfSignature crypto, PdfSigFieldLock fieldLock) Adds keys to the signature dictionary that define the field permissions.void
PdfSigner.ISignatureEvent.getSignatureDictionary
(PdfSignature sig) Allows modification of the signature dictionary.