com.myjeeva.spring.security.util
Class SpringExtensionsUtil
java.lang.Object
com.myjeeva.spring.security.util.SpringExtensionsUtil
public class SpringExtensionsUtil
- extends Object
myjeeva.com Spring Extensions library Helper Util implementation
- Since:
- v1.0.1
- Author:
- Jeevanandam ([email protected])
Method Summary |
static String |
getMD5(String md5Salt)
generates the MD5 Hash value from given salt value |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpringExtensionsUtil
public SpringExtensionsUtil()
getMD5
public static String getMD5(String md5Salt)
- generates the MD5 Hash value from given salt value
- Parameters:
md5Salt
- - a String
object.
- Returns:
- md5 hash value if success,
null
if exception/fails