Package | Description |
---|---|
com.pd4ml.pdf.encryption |
Modifier and Type | Class and Description |
---|---|
class |
SecurityHandler<T_POLICY extends ProtectionPolicy>
A security handler as described in the PDF specifications.
|
Modifier and Type | Class and 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.
|
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 |
---|---|
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 / 20211203-0554