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 and Description |
---|---|
PDCryptFilterDictionary |
PDEncryption.getCryptFilterDictionary(COSName cryptFilterName)
Returns the crypt filter with the given name.
|
PDCryptFilterDictionary |
PDEncryption.getStdCryptFilterDictionary()
Returns the standard crypt filter.
|
Modifier and Type | Method and Description |
---|---|
void |
PDEncryption.setCryptFilterDictionary(COSName cryptFilterName,
PDCryptFilterDictionary cryptFilterDictionary)
Sets the crypt filter with the given name.
|
void |
PDEncryption.setStdCryptFilterDictionary(PDCryptFilterDictionary cryptFilterDictionary)
Sets the standard crypt filter.
|
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.