|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Encryption
| Method Summary | |
|---|---|
boolean |
checkPassword(String input,
String password)
Check password. |
String |
encryptPassword(String plain)
Encrypt a password. |
| Method Detail |
|---|
String encryptPassword(String plain)
Encrypt a password.
plain - the password in plain format.
boolean checkPassword(String input,
String password)
Check password.
input - password provided in plain format.password - the encrypted format to compare with.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||