| |
|
| java.lang.Object org.jgroups.util.HashUtils
HashUtils | public class HashUtils (Code) | | Helper class for performing some common hashing methods
author: Chris Mills |
md5 | public static String md5(String source)(Code) | | Converts a java.lang.String in to a MD5 hashed String
Parameters: source - the source String the MD5 hashed version of the string |
sha | public static String sha(String source)(Code) | | Converts a java.lang.String in to a SHA hashed String
Parameters: source - the source String the MD5 hashed version of the string |
|
|
|