Package | Description |
---|---|
com.pd4ml.pdf.encryption |
Modifier and Type | Class and Description |
---|---|
class |
PublicKeySecurityHandler
This class implements the public key security handler described in the PDF
specification.
|
class |
StandardSecurityHandler
The standard security handler.
|
Modifier and Type | Method and Description |
---|---|
SecurityHandler<ProtectionPolicy> |
SecurityHandlerFactory.newSecurityHandlerForFilter(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.
|
Modifier and Type | Method and Description |
---|---|
void |
SecurityHandlerFactory.registerHandler(String name,
Class<? extends SecurityHandler> securityHandler,
Class<? extends ProtectionPolicy> protectionPolicy)
Registers a security handler.
|
Revision 4.1.0 / 20220624-0454