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)
AesDecryptorkey - the byte array containing the key for decryptionoff - offset of the key in the byte arraylen - the length of the key in the byte arraypublic byte[] update(byte[] b,
int off,
int len)
update in interface IDecryptorpublic byte[] finish()
finish in interface IDecryptorCopyright © 1998–2023 Apryse Group NV. All rights reserved.