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 PDCryptFilterDictionaryPDEncryption. getCryptFilterDictionary(java.lang.String cryptFilterName)Returns the crypt filter with the given name.PDCryptFilterDictionaryPDEncryption. getDefaultCryptFilterDictionary()Returns the default crypt filter (for public-key security handler).PDCryptFilterDictionaryPDEncryption. getStdCryptFilterDictionary()Returns the standard crypt filter.Methods in com.pd4ml.pdf.encryption with parameters of type PDCryptFilterDictionary Modifier and Type Method Description voidPDEncryption. setCryptFilterDictionary(java.lang.String cryptFilterName, PDCryptFilterDictionary cryptFilterDictionary)Sets the crypt filter with the given name.voidPDEncryption. setDefaultCryptFilterDictionary(PDCryptFilterDictionary defaultFilterDictionary)Sets the default crypt filter (for public-key security handler).voidPDEncryption. setStdCryptFilterDictionary(PDCryptFilterDictionary cryptFilterDictionary)Sets the standard crypt filter.
-