| Frames | No Frames |
Constructors with parameter type org.pdfbox.pdmodel.encryption.AccessPermission | |
StandardProtectionPolicy.StandardProtectionPolicy(String ownerPass, String userPass, AccessPermission perms) Creates an new instance of the standard protection policy
in order to protect a PDF document with passwords.
| |
Fields of type org.pdfbox.pdmodel.encryption.AccessPermission | |
| AccessPermission | The access permission granted to the current user for the document. |
Methods with parameter type org.pdfbox.pdmodel.encryption.AccessPermission | |
| void | Set the access permission granted to the recipient.
|
| void | Setter of the property permissions.
|
Methods with return type org.pdfbox.pdmodel.encryption.AccessPermission | |
| AccessPermission | Returns the access permissions that were computed during document decryption.
|
| AccessPermission | returns an access permission object for a document owner.
|
| AccessPermission | Returns the access permission granted to the recipient.
|
| AccessPermission | Getter of the property permissions.
|
Methods with return type org.pdfbox.pdmodel.encryption.AccessPermission | |
| AccessPermission | Returns the access permissions granted when the document was decrypted.
|