Module org.sejda.sambox
Class StandardDecryptionMaterial
java.lang.Object
org.sejda.sambox.pdmodel.encryption.DecryptionMaterial
org.sejda.sambox.pdmodel.encryption.StandardDecryptionMaterial
Represents the necessary information to decrypt a document protected by the standard security
handler (password protection).
This is only composed of a password.
- Author:
- Benoit Guillon
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a new standard decryption material with the given password. -
Method Summary
-
Constructor Details
-
StandardDecryptionMaterial
Create a new standard decryption material with the given password.- Parameters:
pwd- The password.
-
-
Method Details
-
getPassword
-