|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PasswordEncryptorDecryptor
Interface for encrypting and decrypting passwords, for example, for persistence in a database.
| Method Summary | |
|---|---|
String |
decrypt(String password)
Decrypts a password. |
String |
encrypt(String password)
Encrypts a password. |
| Method Detail |
|---|
String encrypt(String password)
password - the plain text password
String decrypt(String password)
password - the encrypted password
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||