Class PdfSigLockDictionary

  • All Implemented Interfaces:
    java.io.Serializable

    public class PdfSigLockDictionary
    extends PdfDictionary
    A signature field lock dictionary.
    See Also:
    Serialized Form
    • Constructor Detail

      • PdfSigLockDictionary

        public PdfSigLockDictionary()
        Creates a signature lock valid for all fields in the document.
      • PdfSigLockDictionary

        public PdfSigLockDictionary​(PdfSigLockDictionary.LockPermissions p)
        Creates a signature lock for all fields in the document, setting specific permissions.
      • PdfSigLockDictionary

        public PdfSigLockDictionary​(PdfSigLockDictionary.LockAction action,
                                    java.lang.String... fields)
        Creates a signature lock for specific fields in the document.