Package | Description |
---|---|
com.pd4ml.pdf.encryption |
Modifier and Type | Method and Description |
---|---|
abstract void |
SecurityHandler.prepareDocumentForEncryption(PDEncryption encryptionDictionary,
byte[] documentID)
Prepare the document for encryption.
|
void |
StandardSecurityHandler.prepareDocumentForEncryption(PDEncryption encryptionDictionary,
byte[] documentID)
Prepare document for encryption.
|
void |
PublicKeySecurityHandler.prepareDocumentForEncryption(PDEncryption dictionary,
byte[] documentID)
Prepare the document for encryption.
|
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.
|
void |
SecurityHandler.setParams(boolean encrypt,
T_POLICY protectionPolicy,
PDEncryption encryptionDict,
byte[] fingerprint,
String password) |
Revision 4.1.0 / 20220624-0454