org.datanucleus.store.connection
Interface DecryptionProvider
public interface DecryptionProvider
Interface to be implemented by an decryption provider allowing encrypted passwords
in persistence properties.
|
Method Summary |
java.lang.String |
decrypt(java.lang.String input)
Method to decrypt the supplied string. |
decrypt
java.lang.String decrypt(java.lang.String input)
- Method to decrypt the supplied string.
- Parameters:
input - The input string
- Returns:
- The decrypted form
Copyright © 2010. All Rights Reserved.