Uses of Class
org.sejda.sambox.pdmodel.encryption.AccessPermission
Packages that use AccessPermission
Package
Description
The encryption package will handle the PDF document security handlers and the functionality of pluggable security handlers.
-
Uses of AccessPermission in org.sejda.sambox.encryption
Fields in org.sejda.sambox.encryption declared as AccessPermissionConstructors in org.sejda.sambox.encryption with parameters of type AccessPermissionModifierConstructorDescriptionStandardSecurity(String ownerPassword, String userPassword, StandardSecurityEncryption encryption, AccessPermission permissions, boolean encryptMetadata) -
Uses of AccessPermission in org.sejda.sambox.pdmodel
Methods in org.sejda.sambox.pdmodel that return AccessPermissionModifier and TypeMethodDescriptionPDDocument.getCurrentAccessPermission()Returns the access permissions granted when the document was decrypted. -
Uses of AccessPermission in org.sejda.sambox.pdmodel.encryption
Methods in org.sejda.sambox.pdmodel.encryption that return AccessPermissionModifier and TypeMethodDescriptionSecurityHandler.getCurrentAccessPermission()Returns the access permissions that were computed during document decryption.static AccessPermissionAccessPermission.getOwnerAccessPermission()returns an access permission object for a document owner.PublicKeyRecipient.getPermission()Returns the access permission granted to the recipient.StandardProtectionPolicy.getPermissions()Returns the access permissionsMethods in org.sejda.sambox.pdmodel.encryption with parameters of type AccessPermissionModifier and TypeMethodDescriptionvoidSecurityHandler.setCurrentAccessPermission(AccessPermission currentAccessPermission) voidPublicKeyRecipient.setPermission(AccessPermission permissions) Set the access permission granted to the recipient.voidStandardProtectionPolicy.setPermissions(AccessPermission permissions) Sets the access permissionsConstructors in org.sejda.sambox.pdmodel.encryption with parameters of type AccessPermissionModifierConstructorDescriptionStandardProtectionPolicy(String ownerPassword, String userPassword, AccessPermission permissions) Creates an new instance of the standard protection policy in order to protect a PDF document with passwords.