Class SigFieldPermissions

java.lang.Object
eu.europa.esig.dss.pdf.SigFieldPermissions

public class SigFieldPermissions extends Object
This class defines a list of restrictions imposed to a PDF document modifications by the current signature/field
  • Constructor Details

    • SigFieldPermissions

      public SigFieldPermissions()
      Default constructor instantiating object with null values
  • Method Details

    • getAction

      public eu.europa.esig.dss.enumerations.PdfLockAction getAction()
      Gets the defined action
      Returns:
      PdfLockAction
    • setAction

      public void setAction(eu.europa.esig.dss.enumerations.PdfLockAction action)
      Sets the action
      Parameters:
      action - PdfLockAction
    • getFields

      public List<String> getFields()
      Gets a list of field names
      Returns:
      a list of Strings
    • setFields

      public void setFields(List<String> fields)
      Sets a list of field names
      Parameters:
      fields - a list of Strings
    • getCertificationPermission

      public eu.europa.esig.dss.enumerations.CertificationPermission getCertificationPermission()
      Gets the CertificationPermission
      Returns:
      CertificationPermission
    • setCertificationPermission

      public void setCertificationPermission(eu.europa.esig.dss.enumerations.CertificationPermission certificationPermission)
      Sets the CertificationPermission
      Parameters:
      certificationPermission - CertificationPermission