public final class AesFlushingCipher extends Object
| Constructor and Description |
|---|
AesFlushingCipher(int mode,
byte[] secretKey,
long nonce,
long offset) |
| Modifier and Type | Method and Description |
|---|---|
void |
update(byte[] in,
int inOffset,
int length,
byte[] out,
int outOffset) |
void |
updateInPlace(byte[] data,
int offset,
int length) |