Package | Description |
---|---|
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 and Description |
---|---|
PDEncryptionDictionary |
PDDocument.getEncryptionDictionary()
This will get the encryption dictionary for this document.
|
Modifier and Type | Method and Description |
---|---|
void |
PDDocument.setEncryptionDictionary(PDEncryptionDictionary encDictionary)
This will set the encryption dictionary for this document.
|
Modifier and Type | Class and Description |
---|---|
class |
PDStandardEncryption
Deprecated.
Made deprecated by the new security layer of PDFBox. Use SecurityHandlers instead.
|
Modifier and Type | Method and Description |
---|---|
static PDEncryptionDictionary |
PDEncryptionManager.getEncryptionDictionary(COSDictionary dictionary)
Deprecated.
This will get the correct security handler for the encryption dictionary.
|
Modifier and Type | Method and Description |
---|---|
void |
StandardSecurityHandler.prepareForDecryption(PDEncryptionDictionary encDictionary,
COSArray documentIDArray,
DecryptionMaterial decryptionMaterial)
Prepares everything to decrypt the document.
|
abstract void |
SecurityHandler.prepareForDecryption(PDEncryptionDictionary encDictionary,
COSArray documentIDArray,
DecryptionMaterial decryptionMaterial)
Prepares everything to decrypt the document.
|
void |
PublicKeySecurityHandler.prepareForDecryption(PDEncryptionDictionary encDictionary,
COSArray documentIDArray,
DecryptionMaterial decryptionMaterial)
Prepares everything to decrypt the document.
|
Copyright © 2002-2015 The Apache Software Foundation. All Rights Reserved.