Uses of Class
com.pd4ml.pdf.encryption.ProtectionPolicy
-
Packages that use ProtectionPolicy Package Description com.pd4ml.pdf.encryption -
-
Uses of ProtectionPolicy in com.pd4ml.pdf.encryption
Classes in com.pd4ml.pdf.encryption with type parameters of type ProtectionPolicy Modifier and Type Class Description classSecurityHandler<T_POLICY extends ProtectionPolicy>A security handler as described in the PDF specifications.Subclasses of ProtectionPolicy in com.pd4ml.pdf.encryption Modifier and Type Class Description classPublicKeyProtectionPolicyThe protection policy to use to protect a document with the public key security handler.classStandardProtectionPolicyThe protection policy to add to a document for password-based protection.Methods in com.pd4ml.pdf.encryption that return types with arguments of type ProtectionPolicy Modifier and Type Method Description SecurityHandler<ProtectionPolicy>SecurityHandlerFactory. newSecurityHandlerForFilter(java.lang.String name)Returns a new security handler for the given Filter name, or null none is available.SecurityHandler<ProtectionPolicy>SecurityHandlerFactory. newSecurityHandlerForPolicy(ProtectionPolicy policy)Returns a new security handler for the given protection policy, or null none is available.Methods in com.pd4ml.pdf.encryption with parameters of type ProtectionPolicy Modifier and Type Method Description SecurityHandler<ProtectionPolicy>SecurityHandlerFactory. newSecurityHandlerForPolicy(ProtectionPolicy policy)Returns a new security handler for the given protection policy, or null none is available.
-