|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jagatoo.util.strings.MD5Util
public class MD5Util
Encrypts Strings using MD5.
Constructor Summary | |
---|---|
MD5Util()
|
Method Summary | |
---|---|
static java.lang.String |
md5(java.lang.String message)
Encrypt the passed String using MD5. |
static byte[] |
md5Bytes(java.lang.String message)
Encrypt the passed String using MD5. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MD5Util()
Method Detail |
---|
public static java.lang.String md5(java.lang.String message)
message
- the message to encrypt
public static byte[] md5Bytes(java.lang.String message)
message
- the message to encrypt
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |