public class AesDecryptor extends Object implements IDecryptor
| Constructor and Description |
|---|
AesDecryptor(byte[] key, int off, int len)
Creates a new instance of AesDecryptor
|
public AesDecryptor(byte[] key,
int off,
int len)
AesDecryptor
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
public byte[] update(byte[] b,
int off,
int len)
update in interface IDecryptor
public byte[] finish()
finish in interface IDecryptor
Copyright © 1998–2019 iText Group NV. All rights reserved.