| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.pdftron.pdf.VerificationOptions.SecurityLevel | |
An enumeration representing the level of security to use when verifying digital signatures.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| VerificationOptions.SecurityLevel | e_compatibility_and_archiving | For compatibility with other vendors such as Acrobat, one can use e_compatibility_and_archiving. | |||||||||
| VerificationOptions.SecurityLevel | e_maximum | The e_maximum mode is a highly-restrictive mode which disables many common features of PDF digital signatures. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static VerificationOptions.SecurityLevel | valueOf(String name) | ||||||||||
| final static SecurityLevel[] | values() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
For compatibility with other vendors such as Acrobat, one can use e_compatibility_and_archiving.
The e_maximum mode is a highly-restrictive mode which disables many common features of PDF digital signatures.