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 and Description |
---|---|
protected SecurityHandler |
COSParser.securityHandler
The security handler.
|
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 |
PDEncryption.getSecurityHandler()
Returns the security handler specified in the dictionary's Filter entry.
|
SecurityHandler |
SecurityHandlerFactory.newSecurityHandlerForFilter(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 and Description |
---|---|
void |
PDEncryption.setSecurityHandler(SecurityHandler securityHandler)
Sets the security handler used in this encryption dictionary
|
Modifier and Type | Method and Description |
---|---|
void |
SecurityHandlerFactory.registerHandler(String name,
Class<? extends SecurityHandler> securityHandler,
Class<? extends ProtectionPolicy> protectionPolicy)
Registers a security handler.
|
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.