| Package | Description |
|---|---|
| org.sejda.sambox.pdmodel.encryption |
The encryption package will handle the PDF document security handlers and the functionality of pluggable security handlers.
|
| 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 |
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.
|
Copyright © 2019 sejda. All rights reserved.