Package | Description |
---|---|
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 |
---|---|---|
PDCryptFilterDictionary |
PDEncryptionDictionary.getCryptFilterDictionary(COSName cryptFilterName) |
Returns the crypt filter with the given name.
|
PDCryptFilterDictionary |
PDEncryptionDictionary.getStdCryptFilterDictionary() |
Returns the standard crypt filter.
|