|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.sourceforge.jsurveyor.PasswordService
Singleton class that handles the encryption of passwords.
| Constructor Summary | |
PasswordService()
|
|
| Method Summary | |
java.lang.String |
encrypt(java.lang.String plaintext)
Encrypts the String passed as argument using SHA encryption. |
static PasswordService |
getInstance()
Method that returns a singleton instance of this class. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PasswordService()
| Method Detail |
public java.lang.String encrypt(java.lang.String plaintext)
plaintext - String
public static PasswordService getInstance()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||