|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EncryptionProvider
Interface for providing encryption/decryption capabilities to the OpenJPA runtime. Currently method is ONLY called to decrypt openjpa.ConnectionPassword and openjpa.Connection2Password properties.
Method Summary | |
---|---|
String |
decrypt(String password)
This method will decrypt the provided string. |
String |
encrypt(String password)
This method will encrypt the provided string. |
Method Detail |
---|
String decrypt(String password)
String encrypt(String password)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |