Package org.datanucleus.store
Interface ConnectionEncryptionProvider
public interface ConnectionEncryptionProvider
Interface to be implemented by an decryption provider allowing encrypted passwords
in persistence properties.
-
Method Summary
-
Method Details
-
decrypt
Method to decrypt the supplied string.- Parameters:
input
- The input string- Returns:
- The decrypted form
-