| 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.
|
| org.verapdf.features.pb | |
| org.verapdf.features.pb.objects |
| Modifier and Type | Method and Description |
|---|---|
PDEncryption |
PDDocument.getEncryption()
This will get the encryption dictionary for this document.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PDDocument.setEncryptionDictionary(PDEncryption encryption)
This will set the encryption dictionary for this document.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PDEncryptionDictionary
Deprecated.
Use
PDEncryption instead |
| Modifier and Type | Method and Description |
|---|---|
void |
StandardSecurityHandler.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 |
PublicKeySecurityHandler.prepareForDecryption(PDEncryption encryption,
COSArray documentIDArray,
DecryptionMaterial decryptionMaterial)
Prepares everything to decrypt the document.
|
| Modifier and Type | Method and Description |
|---|---|
static DocSecurityFeaturesObject |
PBFeaturesObjectCreator.createDocSecurityFeaturesObject(PDEncryption encryption)
Creates new PBDocSecurityFeaturesObjectAdapter
|
| Constructor and Description |
|---|
PBDocSecurityFeaturesObjectAdapter(PDEncryption encryption)
Constructs new Document Security Feature Object adapter
|
Copyright © 2015–2021 The veraPDF Consortium. All rights reserved.