Uses of Class
com.pd4ml.pdf.encryption.AccessPermission
-
Packages that use AccessPermission Package Description com.pd4ml.pdf.encryption -
-
Uses of AccessPermission in com.pd4ml.pdf.encryption
Methods in com.pd4ml.pdf.encryption that return AccessPermission Modifier and Type Method Description AccessPermission
SecurityHandler. getCurrentAccessPermission()
Returns the access permissions that were computed during document decryption.static AccessPermission
AccessPermission. getOwnerAccessPermission()
returns an access permission object for a document owner.AccessPermission
PublicKeyRecipient. getPermission()
Returns the access permission granted to the recipient.AccessPermission
StandardProtectionPolicy. getPermissions()
Returns the access permissionsMethods in com.pd4ml.pdf.encryption with parameters of type AccessPermission Modifier and Type Method Description void
SecurityHandler. setCurrentAccessPermission(AccessPermission currentAccessPermission)
Sets the access permissions.void
PublicKeyRecipient. setPermission(AccessPermission permissions)
Set the access permission granted to the recipient.void
StandardProtectionPolicy. setPermissions(AccessPermission permissions)
Sets the access permissionsConstructors in com.pd4ml.pdf.encryption with parameters of type AccessPermission Constructor Description StandardProtectionPolicy(java.lang.String ownerPassword, java.lang.String userPassword, AccessPermission permissions)
Creates an new instance of the standard protection policy in order to protect a PDF document with passwords.
-