|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.objectweb.jonas.security.realm.lib.HashPassword
public class HashPassword
This class implements a way for storing the hash of a password and the correspondig algorithm
| Constructor Summary | |
|---|---|
HashPassword(java.lang.String password,
java.lang.String algorithm)
Constructor |
|
| Method Summary | |
|---|---|
java.lang.String |
getAlgorithm()
Return the algorithm used for this password |
java.lang.String |
getPassword()
Return the hash of the password |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HashPassword(java.lang.String password,
java.lang.String algorithm)
password - the hash of the passwordalgorithm - algorithm of the encoded password| Method Detail |
|---|
public java.lang.String getPassword()
public java.lang.String getAlgorithm()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||