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:
decryptDatain interfaceDataEncryptionManager- Parameters:
encrypted- - the data to be decrypted- Returns:
- the decrypted data
- Throws:
Exception
-
encryptData
- Specified by:
encryptDatain interfaceDataEncryptionManager- Parameters:
data- - the data to be encrypted- Returns:
- the encrypted data
- Throws:
Exception
-