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
Fields in com.itextpdf.signatures declared as PdfSigFieldLockModifier and TypeFieldDescriptionprotected PdfSigFieldLockPdfSigner.fieldLockSignature field lock dictionary.Methods in com.itextpdf.signatures that return PdfSigFieldLockModifier and TypeMethodDescriptionprotected PdfSigFieldLockPdfSigner.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 PdfSigFieldLockPdfSigner.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 voidPdfSigner.addFieldMDP(PdfSignature crypto, PdfSigFieldLock fieldLock) Adds keys to the signature dictionary that define the field permissions.voidPdfSigner.setFieldLockDict(PdfSigFieldLock fieldLock) Setter for the field lock dictionary.SignerProperties.setFieldLockDict(PdfSigFieldLock fieldLock) Setter for the field lock dictionary.