Chapter 11.  Encryption Provider

OpenJPA provides an interface for a provider to implement to allow connection passwords to be encrypted. Whenever a connection password is needed, the decrypt(String) method will be invoked. See org.apache.openjpa.lib.encryption.EncryptionProvider for the detailed javadoc.

Notes: