|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PasswordEncryptor
This interface describes a way to encrypt and decrypt passwords. It allows a way to store encrypted keystore passwords in Merlin Crypto properties file, that can be decrypted before loading the keystore, etc.
| Method Summary | |
|---|---|
String |
decrypt(String encryptedPassword)
Decrypt the given encrypted password |
String |
encrypt(String password)
Encrypt the given password |
| Method Detail |
|---|
String encrypt(String password)
password - the password to be encrypted
String decrypt(String encryptedPassword)
encryptedPassword - the encrypted password to decrypt
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||