Uses of Class
com.pd4ml.pdf.encryption.SecurityHandler
-
Packages that use SecurityHandler Package Description com.pd4ml.pdf.encryption -
-
Uses of SecurityHandler in com.pd4ml.pdf.encryption
Subclasses of SecurityHandler in com.pd4ml.pdf.encryption Modifier and Type Class Description class
PublicKeySecurityHandler
This class implements the public key security handler described in the PDF specification.class
StandardSecurityHandler
The standard security handler.Methods in com.pd4ml.pdf.encryption that return SecurityHandler 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.Method parameters in com.pd4ml.pdf.encryption with type arguments of type SecurityHandler Modifier and Type Method Description void
SecurityHandlerFactory. registerHandler(java.lang.String name, java.lang.Class<? extends SecurityHandler> securityHandler, java.lang.Class<? extends ProtectionPolicy> protectionPolicy)
Registers a security handler.
-