Uses of Class
org.apache.pdfbox.pdmodel.encryption.DecryptionMaterial
Packages that use DecryptionMaterial
Package
Description
The encryption package will handle the PDF document security handlers and the functionality of pluggable security handlers.
-
Uses of DecryptionMaterial in org.apache.pdfbox.pdmodel.encryption
Subclasses of DecryptionMaterial in org.apache.pdfbox.pdmodel.encryptionModifier and TypeClassDescriptionclass
This class holds necessary information to decrypt a PDF document protected by the public key security handler.class
Represents the necessary information to decrypt a document protected by the standard security handler (password protection).Methods in org.apache.pdfbox.pdmodel.encryption with parameters of type DecryptionMaterialModifier and TypeMethodDescriptionvoid
PublicKeySecurityHandler.prepareForDecryption
(PDEncryption encryption, COSArray documentIDArray, DecryptionMaterial decryptionMaterial) Prepares everything to decrypt the document.abstract void
SecurityHandler.prepareForDecryption
(PDEncryption encryption, COSArray documentIDArray, DecryptionMaterial decryptionMaterial) Prepares everything to decrypt the document.void
StandardSecurityHandler.prepareForDecryption
(PDEncryption encryption, COSArray documentIDArray, DecryptionMaterial decryptionMaterial) Prepares everything to decrypt the document.