Class DecryptionMaterial
java.lang.Object
org.apache.pdfbox.pdmodel.encryption.DecryptionMaterial
- Direct Known Subclasses:
PublicKeyDecryptionMaterial
,StandardDecryptionMaterial
This class represents data required to decrypt PDF documents. This can
be a password for standard security or a X509 certificate with a private
key for public key security.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DecryptionMaterial
public DecryptionMaterial()
-