|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Cryptor
Method Summary | |
---|---|
String |
decrypt(String encryptedKey)
Decrypts the password. |
String |
encrypt(String plainKey)
Encrypt the plain text password. |
Method Detail |
---|
String encrypt(String plainKey) throws Exception
plainKey
- The password.
Exception
- If an error occurs.String decrypt(String encryptedKey) throws Exception
encryptedKey
- the encrypted password.
Exception
- If an error occurs.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |