|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--au.net.aba.crypto.provider.DESedeKey
a triple DES key.
Field Summary | |
static java.lang.String |
ident
|
Constructor Summary | |
DESedeKey(byte[] rawKey)
|
Method Summary | |
java.lang.String |
getAlgorithm()
returns the algorithm for this key. |
byte[] |
getEncoded()
returns an encoded representation of this key. |
java.lang.String |
getFormat()
returns the format for this key. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public static final java.lang.String ident
Constructor Detail |
public DESedeKey(byte[] rawKey)
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 |