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 | Method | Description |
---|---|---|
PDEncryption |
COSParser.getEncryption() |
This will get the encryption dictionary.
|
Modifier and Type | Method | Description |
---|---|---|
PDEncryption |
PDDocument.getEncryption() |
This will get the encryption dictionary for this document.
|
Modifier and Type | Method | Description |
---|---|---|
void |
PDDocument.setEncryptionDictionary(PDEncryption encryption) |
This will set the encryption dictionary for this document.
|
Modifier and Type | Class | Description |
---|---|---|
class |
PDEncryptionDictionary |
Deprecated.
Use
PDEncryption instead |
Modifier and Type | Method | Description |
---|---|---|
void |
PublicKeySecurityHandler.prepareForDecryption(PDEncryption encryption,
COSArray documentIDArray,
DecryptionMaterial decryptionMaterial) |
Prepares everything to decrypt the document.
|
abstract void |
SecurityHandler.prepareForDecryption(PDEncryption encryption,
COSArray documentIDArray,
DecryptionMaterial decryptionMaterial) |
Prepares everything to decrypt the document.
|
void |
StandardSecurityHandler.prepareForDecryption(PDEncryption encryption,
COSArray documentIDArray,
DecryptionMaterial decryptionMaterial) |
Prepares everything to decrypt the document.
|
Copyright © 2002–2018. All rights reserved.