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, toStringcanBeInObjStm, getBytes, getIndRef, isArray, isBoolean, isDictionary, isIndirect, isName, isNull, isNumber, isStream, isString, length, setContent, setIndRef, typepublic PdfSigLockDictionary()
public PdfSigLockDictionary(PdfSigLockDictionary.LockPermissions p)
public PdfSigLockDictionary(PdfSigLockDictionary.LockAction action, String... fields)
public PdfSigLockDictionary(PdfSigLockDictionary.LockAction action, PdfSigLockDictionary.LockPermissions p, String... fields)
Copyright © 1998–2019. All rights reserved.