Uses of Class
org.sejda.sambox.pdmodel.encryption.PDEncryption
Packages that use PDEncryption
Package
Description
The encryption package will handle the PDF document security handlers and the functionality of pluggable security handlers.
-
Uses of PDEncryption in org.sejda.sambox.pdmodel
Methods in org.sejda.sambox.pdmodel that return PDEncryptionModifier and TypeMethodDescriptionPDDocument.getEncryption()This will get the encryption dictionary for this document. -
Uses of PDEncryption in org.sejda.sambox.pdmodel.encryption
Methods in org.sejda.sambox.pdmodel.encryption with parameters of type PDEncryptionModifier and TypeMethodDescriptionvoidPublicKeySecurityHandler.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.