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 PDCryptFilterDictionary
PDEncryptionDictionary. getCryptFilterDictionary(COSName cryptFilterName)
Returns the crypt filter with the given name.PDCryptFilterDictionary
PDEncryptionDictionary. getStdCryptFilterDictionary()
Returns the standard crypt filter.
-