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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
decrypt(java.lang.String input)
Method to decrypt the supplied string.
-