Class SignaturePermissions.FieldLock

java.lang.Object
com.itextpdf.signatures.SignaturePermissions.FieldLock
Enclosing class:
SignaturePermissions

public class SignaturePermissions.FieldLock extends Object
Class that contains a field lock action and an array of the fields that are involved.
  • Constructor Details

    • FieldLock

      public FieldLock (PdfName action, PdfArray fields)
      Creates a FieldLock instance.
      Parameters:
      action - indicates the set of fields that should be locked
      fields - an array of text strings containing field names
  • Method Details

    • getAction

      public PdfName getAction()
      Getter for the field lock action.
      Returns:
      the action of field lock dictionary
    • getFields

      public PdfArray getFields()
      Getter for the fields involved in the lock action.
      Returns:
      the fields of field lock dictionary
    • toString

      public String toString()
      toString method
      Overrides:
      toString in class Object