|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectit.gotoandplay.smartfoxserver.crypto.MD5
public class MD5
This is a simple singleton utility class providing MD5 hashes
| Method Summary | |
|---|---|
java.lang.String |
getHash(java.lang.String s)
Generate the md5 hash |
static MD5 |
instance()
Return the one and only instance of this class |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static MD5 instance()
public java.lang.String getHash(java.lang.String s)
s - a string
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||