Uses of Class
com.itextpdf.signatures.PdfSignature
-
Uses of PdfSignature in com.itextpdf.signatures
Modifier and TypeFieldDescriptionprotected PdfSignature
PdfSigner.cryptoDictionary
The crypto dictionary.Modifier and TypeMethodDescriptionSignatureUtil.getSignature
(String name) GetPdfSignature
dictionary based on the provided name.PdfSigner.getSignatureDictionary()
Returns the user made signature dictionary.Add new key-value pair to the signature dictionary.Modifier 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.