Package | Description |
---|---|
com.pd4ml.pdf.encryption |
Modifier and Type | Method and Description |
---|---|
PDCryptFilterDictionary |
PDEncryption.getCryptFilterDictionary(String cryptFilterName)
Returns the crypt filter with the given name.
|
PDCryptFilterDictionary |
PDEncryption.getDefaultCryptFilterDictionary()
Returns the default crypt filter (for public-key security handler).
|
PDCryptFilterDictionary |
PDEncryption.getStdCryptFilterDictionary()
Returns the standard crypt filter.
|
Modifier and Type | Method and Description |
---|---|
void |
PDEncryption.setCryptFilterDictionary(String cryptFilterName,
PDCryptFilterDictionary cryptFilterDictionary)
Sets the crypt filter with the given name.
|
void |
PDEncryption.setDefaultCryptFilterDictionary(PDCryptFilterDictionary defaultFilterDictionary)
Sets the default crypt filter (for public-key security handler).
|
void |
PDEncryption.setStdCryptFilterDictionary(PDCryptFilterDictionary cryptFilterDictionary)
Sets the standard crypt filter.
|
Revision 4.1.0 / 20220624-0454