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 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 IDecryptor
public byte[] finish()
finish
in interface IDecryptor
Copyright © 1998–2023 Apryse Group NV. All rights reserved.