Uses of Class
org.apache.pdfbox.pdmodel.encryption.PDEncryption
-
Packages that use PDEncryption Package Description org.apache.pdfbox.pdfparser The pdfparser package contains classes to parse PDF documents and objects within the document.org.apache.pdfbox.pdmodel The PDModel package represents a high level API for creating and manipulating PDF documents.org.apache.pdfbox.pdmodel.encryption The encryption package will handle the PDF document security handlers and the functionality of pluggable security handlers. -
-
Uses of PDEncryption in org.apache.pdfbox.pdfparser
Methods in org.apache.pdfbox.pdfparser that return PDEncryption Modifier and Type Method Description PDEncryptionCOSParser. getEncryption()This will get the encryption dictionary. -
Uses of PDEncryption in org.apache.pdfbox.pdmodel
Methods in org.apache.pdfbox.pdmodel that return PDEncryption Modifier and Type Method Description PDEncryptionPDDocument. getEncryption()This will get the encryption dictionary for this document.Methods in org.apache.pdfbox.pdmodel with parameters of type PDEncryption Modifier and Type Method Description voidPDDocument. setEncryptionDictionary(PDEncryption encryption)This will set the encryption dictionary for this document. -
Uses of PDEncryption in org.apache.pdfbox.pdmodel.encryption
Subclasses of PDEncryption in org.apache.pdfbox.pdmodel.encryption Modifier and Type Class Description classPDEncryptionDictionaryDeprecated.UsePDEncryptioninsteadMethods in org.apache.pdfbox.pdmodel.encryption with parameters of type PDEncryption Modifier and Type Method Description voidPublicKeySecurityHandler. prepareForDecryption(PDEncryption encryption, COSArray documentIDArray, DecryptionMaterial decryptionMaterial)Prepares everything to decrypt the document.abstract voidSecurityHandler. prepareForDecryption(PDEncryption encryption, COSArray documentIDArray, DecryptionMaterial decryptionMaterial)Prepares everything to decrypt the document.voidStandardSecurityHandler. prepareForDecryption(PDEncryption encryption, COSArray documentIDArray, DecryptionMaterial decryptionMaterial)Prepares everything to decrypt the document.
-