|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--SSF.Util.Random.MD5
A class that implements the MD5 secure hash function. The lack of "unsigned" in java makes implementing md5 somewhat miserable. License: LGPL
| Constructor Summary | |
MD5()
|
|
| Method Summary | |
static byte[] |
encode(byte[] msg)
Computes the MD5 of the input. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MD5()
| Method Detail |
public static byte[] encode(byte[] msg)
msg - the message to be encoded
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||