Uses of Class
org.sejda.sambox.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.sejda.sambox.pdmodel.encryption
Methods in org.sejda.sambox.pdmodel.encryption that return PDCryptFilterDictionaryModifier and TypeMethodDescriptionPDEncryption.getCryptFilterDictionary(COSName cryptFilterName) Returns the crypt filter with the given name.PDEncryption.getDefaultCryptFilterDictionary()PDEncryption.getStdCryptFilterDictionary()Methods in org.sejda.sambox.pdmodel.encryption with parameters of type PDCryptFilterDictionaryModifier and TypeMethodDescriptionvoidPDEncryption.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.