public class KeyParameter extends java.lang.Object implements CipherParameters
Constructor and Description |
---|
KeyParameter(byte[] key) |
KeyParameter(byte[] key,
int keyOff,
int keyLen) |
Modifier and Type | Method and Description |
---|---|
void |
copyTo(byte[] buf,
int off,
int len) |
byte[] |
getKey() |
int |
getKeyLength() |
KeyParameter |
reverse() |
public KeyParameter(byte[] key)
public KeyParameter(byte[] key, int keyOff, int keyLen)
public void copyTo(byte[] buf, int off, int len)
public byte[] getKey()
public int getKeyLength()
public KeyParameter reverse()