Uses of Class
com.itextpdf.text.pdf.PdfSigLockDictionary
-
Packages that use PdfSigLockDictionary Package Description com.itextpdf.text.pdf -
-
Uses of PdfSigLockDictionary in com.itextpdf.text.pdf
Fields in com.itextpdf.text.pdf declared as PdfSigLockDictionary Modifier and Type Field Description private PdfSigLockDictionary
PdfSignatureAppearance. fieldLock
Signature field lock dictionaryMethods in com.itextpdf.text.pdf that return PdfSigLockDictionary Modifier and Type Method Description PdfSigLockDictionary
PdfSignatureAppearance. getFieldLockDict()
Getter for the field lock dictionary.Methods in com.itextpdf.text.pdf with parameters of type PdfSigLockDictionary Modifier and Type Method Description void
PdfSignatureAppearance. setFieldLockDict(PdfSigLockDictionary fieldLock)
Setter for the field lock dictionary.
-