org.eclipse.higgins.user.account.utils
Class PasswordUtils

java.lang.Object
  extended by org.eclipse.higgins.user.account.utils.PasswordUtils

public class PasswordUtils
extends Object


Constructor Summary
PasswordUtils()
           
 
Method Summary
static byte[] getPasswordHash(String password)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PasswordUtils

public PasswordUtils()
Method Detail

getPasswordHash

public static byte[] getPasswordHash(String password)
                              throws NoSuchAlgorithmException,
                                     UnsupportedEncodingException
Parameters:
password -
Returns:
Throws:
NoSuchAlgorithmException
UnsupportedEncodingException
LoginException