Spring Extensions

com.myjeeva.spring.security.util
Class SpringExtensionsUtil

java.lang.Object
  extended by 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])

Constructor Summary
SpringExtensionsUtil()
           
 
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
 

Constructor Detail

SpringExtensionsUtil

public SpringExtensionsUtil()
Method Detail

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

Spring Extensions

Copyright © 2010-2012 www.myjeeva.com, All rights reserved.

The copyright of the pages and contents on this website is with myjeeva.com and the content is licensed under Creative Commons Attribution-Share Alike 3.0 Unported License. Libraries and code snippets on myjeeva.com has license information.