Class PdfSigLockDictionary
java.lang.Object
com.itextpdf.text.pdf.PdfObject
com.itextpdf.text.pdf.PdfDictionary
com.itextpdf.text.pdf.PdfSigLockDictionary
- All Implemented Interfaces:
Serializable
A signature field lock dictionary.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumEnumerates the different actions of a signature lock.static enumEnumerates the different levels of permissions. -
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a signature lock valid for all fields in the document.PdfSigLockDictionary(PdfSigLockDictionary.LockAction action, PdfSigLockDictionary.LockPermissions p, String... fields) Creates a signature lock for specific fields in the document.PdfSigLockDictionary(PdfSigLockDictionary.LockAction action, String... fields) Creates a signature lock for specific fields in the document.Creates a signature lock for all fields in the document, setting specific permissions. -
Method Summary
Methods inherited from class PdfDictionary
checkType, clear, contains, get, getAsArray, getAsBoolean, getAsDict, getAsIndirectObject, getAsName, getAsNumber, getAsStream, getAsString, getDirectObject, getKeys, isCatalog, isFont, isOutlineTree, isPage, isPages, merge, mergeDifferent, put, putAll, putEx, remove, size, toPdf, toStringMethods inherited from class PdfObject
canBeInObjStm, getBytes, getIndRef, isArray, isBoolean, isDictionary, isIndirect, isName, isNull, isNumber, isStream, isString, length, setContent, setIndRef, type
-
Constructor Details
-
PdfSigLockDictionary
public PdfSigLockDictionary()Creates a signature lock valid for all fields in the document. -
PdfSigLockDictionary
Creates a signature lock for all fields in the document, setting specific permissions. -
PdfSigLockDictionary
Creates a signature lock for specific fields in the document. -
PdfSigLockDictionary
public PdfSigLockDictionary(PdfSigLockDictionary.LockAction action, PdfSigLockDictionary.LockPermissions p, String... fields) Creates a signature lock for specific fields in the document.
-