Uses of Class
com.pd4ml.pdf.encryption.PDCryptFilterDictionary
-
Packages that use PDCryptFilterDictionary Package Description com.pd4ml.pdf.encryption -
-
Uses of PDCryptFilterDictionary in com.pd4ml.pdf.encryption
Methods in com.pd4ml.pdf.encryption that return PDCryptFilterDictionary Modifier and Type Method Description PDCryptFilterDictionary
PDEncryption. getCryptFilterDictionary(java.lang.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.Methods in com.pd4ml.pdf.encryption with parameters of type PDCryptFilterDictionary Modifier and Type Method Description void
PDEncryption. setCryptFilterDictionary(java.lang.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.
-