Constructor and Description |
---|
AESWrapper() |
AESWrapper(byte[] iv) |
Modifier and Type | Method and Description |
---|---|
void |
setIv(byte[] iv) |
byte[] |
unwrap(byte[] in,
int inOff,
int inLen,
byte[] key) |
byte[] |
wrap(byte[] in,
int inOff,
int inLen,
byte[] key) |
Copyright © 2025. All rights reserved.