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 class
SecurityHandler<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 class
PublicKeyProtectionPolicy
The protection policy to use to protect a document with the public key security handler.class
StandardProtectionPolicy
The 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.
-