Enum Class PdfSigner.ACCESS_PERMISSION

java.lang.Object
java.lang.Enum<PdfSigner.ACCESS_PERMISSION>
org.jpedal.tools.PdfSigner.ACCESS_PERMISSION
All Implemented Interfaces:
Serializable, Comparable<PdfSigner.ACCESS_PERMISSION>, Constable
Enclosing class:
PdfSigner

public static enum PdfSigner.ACCESS_PERMISSION extends Enum<PdfSigner.ACCESS_PERMISSION>
Document Access Permissions (As specified in PDF 12.8.2.2.2 - Table 257)

P1 - No changes permitted; any change to the document invalidates the signature
P2 - Changes permitted: filling in forms, instantiating page templates, and signing; other changes invalidate the signature
P3 - Changes permitted: annotation creation, deletion, and modification, and all changes permitted by P2; other changes invalidate the signature

The default value is P1.