Uses of Class
org.apache.pdfbox.pdmodel.encryption.PDEncryptionDictionary
Packages that use PDEncryptionDictionary
Package
Description
The PDModel package represents a high level API for creating and manipulating PDF documents.
The encryption package will handle the PDF document security handlers and the functionality of pluggable security handlers.
-
Uses of PDEncryptionDictionary in org.apache.pdfbox.pdmodel
Methods in org.apache.pdfbox.pdmodel that return PDEncryptionDictionaryModifier and TypeMethodDescriptionPDDocument.getEncryptionDictionary()This will get the encryption dictionary for this document.Methods in org.apache.pdfbox.pdmodel with parameters of type PDEncryptionDictionaryModifier and TypeMethodDescriptionvoidPDDocument.setEncryptionDictionary(PDEncryptionDictionary encDictionary) This will set the encryption dictionary for this document. -
Uses of PDEncryptionDictionary in org.apache.pdfbox.pdmodel.encryption
Subclasses of PDEncryptionDictionary in org.apache.pdfbox.pdmodel.encryptionModifier and TypeClassDescriptionclassDeprecated.Made deprecated by the new security layer of PDFBox.Methods in org.apache.pdfbox.pdmodel.encryption that return PDEncryptionDictionaryModifier and TypeMethodDescriptionstatic PDEncryptionDictionaryPDEncryptionManager.getEncryptionDictionary(COSDictionary dictionary) Deprecated.This will get the correct security handler for the encryption dictionary.Methods in org.apache.pdfbox.pdmodel.encryption with parameters of type PDEncryptionDictionaryModifier and TypeMethodDescriptionvoidPublicKeySecurityHandler.prepareForDecryption(PDEncryptionDictionary encDictionary, COSArray documentIDArray, DecryptionMaterial decryptionMaterial) Prepares everything to decrypt the document.abstract voidSecurityHandler.prepareForDecryption(PDEncryptionDictionary encDictionary, COSArray documentIDArray, DecryptionMaterial decryptionMaterial) Prepares everything to decrypt the document.voidStandardSecurityHandler.prepareForDecryption(PDEncryptionDictionary encDictionary, COSArray documentIDArray, DecryptionMaterial decryptionMaterial) Prepares everything to decrypt the document.