-
public interface ConnectionEncryptionProviderInterface 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 Stringdecrypt(String input)Method to decrypt the supplied string.
-