public class AesGcmDecryptor extends Object implements IDecryptor
| Constructor and Description |
|---|
AesGcmDecryptor(byte[] key,
int off,
int len)
Creates a new instance of
AesGcmDecryptor. |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
finish()
Finishes a multiple-part decryption operation.
|
byte[] |
update(byte[] b,
int off,
int len)
Continues a multiple-part decryption operation, processing another data part and initializing aes-gcm cipher if
this method called for the first time.
|
public AesGcmDecryptor(byte[] key,
int off,
int len)
AesGcmDecryptor.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 IDecryptorb - the input bufferoff - the offset in input where the input startslen - the input lengthpublic byte[] finish()
finish in interface IDecryptorCopyright © 1998–2025 Apryse Group NV. All rights reserved.