|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--au.net.aba.crypto.provider.RC5SecretKey
Implements the RC5 Secret Key
| Fields inherited from interface javax.crypto.SecretKey |
ident |
| Fields inherited from interface java.security.Key |
serialVersionUID |
| Constructor Summary | |
protected |
RC5SecretKey()
Constructs a new RC5 Secret key |
protected |
RC5SecretKey(byte[] keyBytes)
Constructs a new RC5 Secret key from the given set of bytes |
| Method Summary | |
java.lang.String |
getAlgorithm()
|
byte[] |
getEncoded()
|
java.lang.String |
getFormat()
Returns the name of the primary encoding format of this key. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
protected RC5SecretKey()
protected RC5SecretKey(byte[] keyBytes)
keyBytes - bytes buffer used to construct key| Method Detail |
public java.lang.String getAlgorithm()
public java.lang.String getFormat()
public byte[] getEncoded()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||