Class BasicDataEncryptionManager
java.lang.Object
org.apache.zookeeper.inspector.encryption.BasicDataEncryptionManager
- All Implemented Interfaces:
DataEncryptionManager
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BasicDataEncryptionManager
public BasicDataEncryptionManager()
-
-
Method Details
-
decryptData
- Specified by:
decryptData
in interfaceDataEncryptionManager
- Parameters:
encrypted
- - the data to be decrypted- Returns:
- the decrypted data
- Throws:
Exception
-
encryptData
- Specified by:
encryptData
in interfaceDataEncryptionManager
- Parameters:
data
- - the data to be encrypted- Returns:
- the encrypted data
- Throws:
Exception
-