Interface PrometheusEncryptorCtl
- All Known Implementing Classes:
PrometheusEncryptor
public interface PrometheusEncryptorCtl
Interface for PrometheusEncryptor.
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]encryptValue(Object pValue) Encrypt a value.Obtain the keySet.
-
Method Details
-
getKeySet
GordianKeySet getKeySet()Obtain the keySet.- Returns:
- the keySet
-
encryptValue
Encrypt a value.- Parameters:
pValue- the value to encrypt.- Returns:
- the encryptedBytes
- Throws:
OceanusException- on error
-