JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.datanucleus.store
ConnectionEncryptionProvider
Contents
Description
Method Summary
Method Details
decrypt(String)
Hide sidebar
Show sidebar
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
String
decrypt
(
String
input)
Method to decrypt the supplied string.
Method Details
decrypt
String
decrypt
(
String
input)
Method to decrypt the supplied string.
Parameters:
input
- The input string
Returns:
The decrypted form