All Known Implementing Classes:
PrometheusEncryptor

public interface PrometheusEncryptorCtl
Interface for PrometheusEncryptor.
  • Method Details

    • getKeySet

      GordianKeySet getKeySet()
      Obtain the keySet.
      Returns:
      the keySet
    • encryptValue

      byte[] encryptValue(Object pValue) throws OceanusException
      Encrypt a value.
      Parameters:
      pValue - the value to encrypt.
      Returns:
      the encryptedBytes
      Throws:
      OceanusException - on error