Uses of Class
org.sejda.sambox.pdmodel.encryption.ProtectionPolicy
Packages that use ProtectionPolicy
Package
Description
The encryption package will handle the PDF document security handlers and the functionality of pluggable security handlers.
-
Uses of ProtectionPolicy in org.sejda.sambox.pdmodel.encryption
Subclasses of ProtectionPolicy in org.sejda.sambox.pdmodel.encryptionModifier and TypeClassDescriptionfinal classThe protection policy to use to protect a document with the public key security handler.final classThe protection policy to add to a document for password-based protection.Methods in org.sejda.sambox.pdmodel.encryption with parameters of type ProtectionPolicyModifier and TypeMethodDescriptionSecurityHandlerFactory.newSecurityHandlerForPolicy(ProtectionPolicy policy) Returns a new security handler for the given protection policy, or null none is available.