Package | Description |
---|---|
com.pd4ml.pdf.encryption |
Modifier and Type | Class and Description |
---|---|
class |
PublicKeyDecryptionMaterial
This class holds necessary information to decrypt a PDF document protected by
the public key security handler.
|
class |
StandardDecryptionMaterial
Represents the necessary information to decrypt a document protected by the
standard security handler (password protection).
|
Modifier and Type | Method and Description |
---|---|
abstract void |
SecurityHandler.prepareForDecryption(PDEncryption encryption,
byte[] documentIDBytes,
DecryptionMaterial decryptionMaterial)
Prepares everything to decrypt the document.
|
void |
StandardSecurityHandler.prepareForDecryption(PDEncryption encryption,
byte[] documentIDBytes,
DecryptionMaterial decryptionMaterial)
Prepares everything to decrypt the document.
|
void |
PublicKeySecurityHandler.prepareForDecryption(PDEncryption encryption,
byte[] documentIDBytes,
DecryptionMaterial decryptionMaterial)
Prepares everything to decrypt the document.
|
Revision 4.1.0 / 20211203-0554