Uses of Class
org.apache.pdfbox.pdmodel.encryption.PDCryptFilterDictionary
-
Packages that use PDCryptFilterDictionary Package Description org.apache.pdfbox.pdmodel.encryption The encryption package will handle the PDF document security handlers and the functionality of pluggable security handlers. -
-
Uses of PDCryptFilterDictionary in org.apache.pdfbox.pdmodel.encryption
Methods in org.apache.pdfbox.pdmodel.encryption that return PDCryptFilterDictionary Modifier and Type Method Description PDCryptFilterDictionaryPDEncryption. getCryptFilterDictionary(COSName 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 org.apache.pdfbox.pdmodel.encryption with parameters of type PDCryptFilterDictionary Modifier and Type Method Description voidPDEncryption. setCryptFilterDictionary(COSName 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.
-