Uses of Class
com.pd4ml.pdf.encryption.DecryptionMaterial
-
Packages that use DecryptionMaterial Package Description com.pd4ml.pdf.encryption -
-
Uses of DecryptionMaterial in com.pd4ml.pdf.encryption
Subclasses of DecryptionMaterial in com.pd4ml.pdf.encryption Modifier and Type Class Description classPublicKeyDecryptionMaterialThis class holds necessary information to decrypt a PDF document protected by the public key security handler.classStandardDecryptionMaterialRepresents the necessary information to decrypt a document protected by the standard security handler (password protection).Methods in com.pd4ml.pdf.encryption with parameters of type DecryptionMaterial Modifier and Type Method Description voidPublicKeySecurityHandler. prepareForDecryption(PDEncryption encryption, byte[] documentIDBytes, DecryptionMaterial decryptionMaterial)Prepares everything to decrypt the document.abstract voidSecurityHandler. prepareForDecryption(PDEncryption encryption, byte[] documentIDBytes, DecryptionMaterial decryptionMaterial)Prepares everything to decrypt the document.voidStandardSecurityHandler. prepareForDecryption(PDEncryption encryption, byte[] documentIDBytes, DecryptionMaterial decryptionMaterial)Prepares everything to decrypt the document.
-