Package | Description |
---|---|
org.apache.pdfbox.pdfparser |
The pdfparser package contains classes to parse PDF documents and objects within the document.
|
org.apache.pdfbox.pdmodel |
The PDModel package represents a high level API for creating and manipulating PDF documents.
|
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 |
NonSequentialPDFParser.securityHandler
The security handler.
|
Modifier and Type | Method and Description |
---|---|
SecurityHandler |
NonSequentialPDFParser.getSecurityHandler()
Returns security handler of the document or
null if document
is not encrypted or NonSequentialPDFParser.parse() wasn't called before. |
Modifier and Type | Method and Description |
---|---|
SecurityHandler |
PDDocument.getSecurityHandler()
Get the security handler that is used for document encryption.
|
Modifier and Type | Method and Description |
---|---|
boolean |
PDDocument.setSecurityHandler(SecurityHandler secHandler)
Sets security handler if none is set already.
|
Modifier and Type | Class and Description |
---|---|
class |
PublicKeySecurityHandler
This class implements the public key security handler
described in the PDF specification.
|
class |
StandardSecurityHandler
The class implements the standard security handler as decribed
in the PDF specifications.
|
Modifier and Type | Method and Description |
---|---|
SecurityHandler |
SecurityHandlersManager.getSecurityHandler(ProtectionPolicy policy)
Get the security handler for the protection policy.
|
SecurityHandler |
SecurityHandlersManager.getSecurityHandler(String filterName)
Retrieve the appropriate SecurityHandler for a the given filter name.
|
Copyright © 2002-2015 The Apache Software Foundation. All Rights Reserved.