Uses of Class
com.itextpdf.forms.PdfSigFieldLock
-
Uses of PdfSigFieldLock in com.itextpdf.forms
Modifier 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
Modifier and TypeMethodDescriptionPdfSignatureFormField.getSigFieldLockDictionary()
Gets thePdfSigFieldLock
, which contains fields that must be locked if the document is signed. -
Uses of PdfSigFieldLock in com.itextpdf.signatures
Modifier and TypeFieldDescriptionprotected PdfSigFieldLock
PdfSigner.fieldLock
Signature field lock dictionary.Modifier and TypeMethodDescriptionprotected PdfSigFieldLock
PdfSigner.createNewSignatureFormField
(PdfAcroForm acroForm, String name) Creates new signature form field and adds it to the acroForm object.PdfSigner.getFieldLockDict()
Getter for the field lock dictionary.SignerProperties.getFieldLockDict()
Getter for the field lock dictionary.protected PdfSigFieldLock
PdfSigner.populateExistingSignatureFormField
(PdfAcroForm acroForm) Populates already existing signature form field in the acroForm object.Modifier and TypeMethodDescriptionprotected void
PdfSigner.addFieldMDP
(PdfSignature crypto, PdfSigFieldLock fieldLock) Adds keys to the signature dictionary that define the field permissions.void
PdfSigner.setFieldLockDict
(PdfSigFieldLock fieldLock) Setter for the field lock dictionary.SignerProperties.setFieldLockDict
(PdfSigFieldLock fieldLock) Setter for the field lock dictionary.PdfPadesSigner.setSignatureFieldLock
(PdfSigFieldLock fieldLock) Set FieldMDP rules to be applied for this signature.