public class KeyParameter extends java.lang.Object implements CipherParameters
Modifier and Type | Field and Description |
---|---|
private byte[] |
key |
Constructor and Description |
---|
KeyParameter(byte[] key) |
KeyParameter(byte[] key,
int keyOff,
int keyLen) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getKey() |