|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectutils.Hash
public class Hash
Hash utils
| Constructor Summary | |
|---|---|
Hash()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
MD5(java.lang.String text)
md5 input string |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Hash()
| Method Detail |
|---|
public static java.lang.String MD5(java.lang.String text)
throws java.security.NoSuchAlgorithmException,
java.io.UnsupportedEncodingException
text - string for hashing
java.security.NoSuchAlgorithmException - if algorithm is not found
java.io.UnsupportedEncodingException - encoding exceptionMessageDigest
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||