public class PdfSigLockDictionary extends PdfDictionary
Modifier and Type | Class and Description |
---|---|
static class |
PdfSigLockDictionary.LockAction
Enumerates the different actions of a signature lock.
|
static class |
PdfSigLockDictionary.LockPermissions
Enumerates the different levels of permissions.
|
Constructor and Description |
---|
PdfSigLockDictionary()
Creates 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.
|
PdfSigLockDictionary(PdfSigLockDictionary.LockPermissions p)
Creates a signature lock for all fields in the document, setting specific permissions.
|
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
canBeInObjStm, getBytes, getIndRef, isArray, isBoolean, isDictionary, isIndirect, isName, isNull, isNumber, isStream, isString, length, setContent, setIndRef, type
public PdfSigLockDictionary()
public PdfSigLockDictionary(PdfSigLockDictionary.LockPermissions p)
public PdfSigLockDictionary(PdfSigLockDictionary.LockAction action, String... fields)
public PdfSigLockDictionary(PdfSigLockDictionary.LockAction action, PdfSigLockDictionary.LockPermissions p, String... fields)
Copyright © 2016. All rights reserved.