Uses of Class
com.itextpdf.forms.PdfSigFieldLock
Packages that use PdfSigFieldLock
-
Uses of PdfSigFieldLock in com.itextpdf.forms
Methods in com.itextpdf.forms that return PdfSigFieldLockModifier and TypeMethodDescriptionPdfSigFieldLock.setDocumentPermissions
(PdfSigFieldLock.LockPermissions permissions) Sets the permissions granted for the document when the corresponding signature field is signed.PdfSigFieldLock.setFieldLock
(PdfSigFieldLock.LockAction action, String... fields) Sets signature lock for specific fields in the document. -
Uses of PdfSigFieldLock in com.itextpdf.forms.fields
Methods in com.itextpdf.forms.fields that return PdfSigFieldLockModifier and TypeMethodDescriptionPdfSignatureFormField.getSigFieldLockDictionary()
Gets thePdfSigFieldLock
, which contains fields that must be locked if the document is signed. -
Uses of PdfSigFieldLock in com.itextpdf.signatures
Methods in com.itextpdf.signatures that return PdfSigFieldLockModifier and TypeMethodDescriptionprotected PdfSigFieldLock
PdfSigner.createNewSignatureFormField
(PdfAcroForm acroForm, String name) Creates new signature form field and adds it to the acroForm object.SignerProperties.getFieldLockDict()
Getter for the field lock dictionary.protected PdfSigFieldLock
PdfSigner.populateExistingSignatureFormField
(PdfAcroForm acroForm) Populates already existing signature form field in the acroForm object.Methods in com.itextpdf.signatures with parameters of type PdfSigFieldLockModifier and TypeMethodDescriptionprotected void
PdfSigner.addFieldMDP
(PdfSignature crypto, PdfSigFieldLock fieldLock) Adds keys to the signature dictionary that define the field permissions.SignerProperties.setFieldLockDict
(PdfSigFieldLock fieldLock) Setter for the field lock dictionary.