|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.gudy.bouncycastle.crypto.params.KeyParameter
public class KeyParameter
Constructor Summary | |
---|---|
KeyParameter(byte[] key)
|
|
KeyParameter(byte[] key,
int keyOff,
int keyLen)
|
Method Summary | |
---|---|
byte[] |
getKey()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public KeyParameter(byte[] key)
public KeyParameter(byte[] key, int keyOff, int keyLen)
Method Detail |
---|
public byte[] getKey()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |