|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jgroups.util.HashUtils
public class HashUtils
Helper class for performing some common hashing methods
| Constructor Summary | |
|---|---|
HashUtils()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
md5(java.lang.String source)
Converts a java.lang.String in to a MD5 hashed String |
static java.lang.String |
sha(java.lang.String source)
Converts a java.lang.String in to a SHA hashed String |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HashUtils()
| Method Detail |
|---|
public static java.lang.String md5(java.lang.String source)
source - the source String
public static java.lang.String sha(java.lang.String source)
source - the source String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||