org.objectweb.jonas.security.realm.lib.HashPassword Class Reference

List of all members.

Public Member Functions

 HashPassword (String password, String algorithm)
String getPassword ()
String getAlgorithm ()

Detailed Description

This class implements a way for storing the hash of a password and the correspondig algorithm
Author:
Florent Benoit

Definition at line 36 of file HashPassword.java.


Constructor & Destructor Documentation

org.objectweb.jonas.security.realm.lib.HashPassword.HashPassword String  password,
String  algorithm
 

Constructor

Parameters:
password the hash of the password
algorithm algorithm of the encoded password

Definition at line 53 of file HashPassword.java.


Member Function Documentation

String org.objectweb.jonas.security.realm.lib.HashPassword.getAlgorithm  ) 
 

Return the algorithm used for this password

Returns:
the algorithm used for this password

Definition at line 70 of file HashPassword.java.

String org.objectweb.jonas.security.realm.lib.HashPassword.getPassword  ) 
 

Return the hash of the password

Returns:
the hash of the password

Definition at line 62 of file HashPassword.java.


The documentation for this class was generated from the following file:
Generated on Tue Feb 15 15:07:55 2005 for JOnAS by  doxygen 1.3.9.1