Uses of Class
org.apache.pdfbox.pdmodel.encryption.PDCryptFilterDictionary
Packages that use PDCryptFilterDictionary
Package
Description
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 PDCryptFilterDictionaryModifier and TypeMethodDescriptionPDEncryption.getCryptFilterDictionary
(COSName cryptFilterName) Returns the crypt filter with the given name.PDEncryption.getDefaultCryptFilterDictionary()
Returns the default crypt filter (for public-key security handler).PDEncryption.getStdCryptFilterDictionary()
Returns the standard crypt filter.Methods in org.apache.pdfbox.pdmodel.encryption with parameters of type PDCryptFilterDictionaryModifier and TypeMethodDescriptionvoid
PDEncryption.setCryptFilterDictionary
(COSName 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.