public interface EncryptionHandlerState
| Modifier and Type | Method and Description |
|---|---|
byte[] |
finish()
Finishes the process of distributed decryption/encryption of specific data.
|
byte[] |
init(byte[] buffer,
int start,
int len,
byte[] keyAddition,
int mode) |
byte[] |
update(byte[] buffer,
int start,
int len)
Continues the process of distributed decryption/encryption of specific data.
|
static final int DECRYPT
static final int ENCRYPT
byte[] init(byte[] buffer,
int start,
int len,
byte[] keyAddition,
int mode)
throws PDFSecurityException
PDFSecurityExceptionbyte[] update(byte[] buffer,
int start,
int len)
throws PDFSecurityException
buffer - Contains the current portion of the processed dataPDFSecurityExceptionbyte[] finish()
throws PDFSecurityException
PDFSecurityExceptionCopyright © 2010 - 2020 Adobe. All Rights Reserved