Package | Description |
---|---|
org.apache.pdfbox.pdfparser |
The pdfparser package contains classes to parse PDF documents and objects within the document.
|
org.apache.pdfbox.pdmodel.encryption |
The encryption package will handle the PDF document security handlers and the functionality of pluggable security handlers.
|
Modifier and Type | Field | Description |
---|---|---|
protected SecurityHandler |
COSParser.securityHandler |
The security handler.
|
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.
|
Modifier and Type | Method | Description |
---|---|---|
SecurityHandler |
PDEncryption.getSecurityHandler() |
Returns the security handler specified in the dictionary's Filter entry.
|
SecurityHandler |
SecurityHandlerFactory.newSecurityHandlerForFilter(java.lang.String name) |
Returns a new security handler for the given Filter name, or null none is available.
|
SecurityHandler |
SecurityHandlerFactory.newSecurityHandlerForPolicy(ProtectionPolicy policy) |
Returns a new security handler for the given protection policy, or null none is available.
|
Modifier and Type | Method | Description |
---|---|---|
void |
PDEncryption.setSecurityHandler(SecurityHandler securityHandler) |
Sets the security handler used in this encryption dictionary
|
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.
|
Copyright © 2002–2018. All rights reserved.