org.richfaces.photoalbum.util
Class HashUtils
java.lang.Object
org.richfaces.photoalbum.util.HashUtils
public class HashUtils
- extends Object
|
Method Summary |
static String |
hash(String plainTextPassword)
Convenience method to hash user passwords. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HashUtils
public HashUtils()
hash
public static String hash(String plainTextPassword)
- Convenience method to hash user passwords.
- Parameters:
plainTextPassword - - password to hash
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.