| java.lang.Object org.objectweb.jonas.security.realm.lib.HashPassword
HashPassword | public class HashPassword implements Serializable(Code) | | This class implements a way for storing the hash of a password and the
correspondig algorithm
author: Florent Benoit |
HashPassword | public HashPassword(String password, String algorithm)(Code) | | Constructor
Parameters: password - the hash of the password Parameters: algorithm - algorithm of the encoded password |
getAlgorithm | public String getAlgorithm()(Code) | | Return the algorithm used for this password
the algorithm used for this password |
getPassword | public String getPassword()(Code) | | Return the hash of the password
the hash of the password |
|
|