Package com.itextpdf.text.pdf
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 enum
Enumerates the different actions of a signature lock.static enum
Enumerates 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 com.itextpdf.text.pdf.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, toString
Methods inherited from class com.itextpdf.text.pdf.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.
-