Package com.itextpdf.kernel.crypto
Class AesDecryptor
java.lang.Object
com.itextpdf.kernel.crypto.AesDecryptor
- All Implemented Interfaces:
-
IDecryptor
-
Constructor Summary
ConstructorDescriptionAesDecryptor
(byte[] key, int off, int len) Creates a new instance ofAesDecryptor
-
Method Summary
-
Constructor Details
-
AesDecryptor
public AesDecryptor(byte[] key, int off, int len) Creates a new instance ofAesDecryptor
- Parameters:
-
key
- the byte array containing the key for decryption -
off
- offset of the key in the byte array -
len
- the length of the key in the byte array
-
-
Method Details
-
update
public byte[] update(byte[] b, int off, int len) - Specified by:
-
update
in interfaceIDecryptor
-
finish
public byte[] finish()- Specified by:
-
finish
in interfaceIDecryptor
-