java.lang.Object
io.helidon.integrations.common.rest.ApiJsonParser
io.helidon.integrations.vault.secrets.transit.Encrypt.Encrypted
Enclosing class:
Encrypt

public static class Encrypt.Encrypted extends ApiJsonParser
Encrypted value.
  • Method Details

    • cipherText

      public String cipherText()
      Cipher text - string representation of the encrypted secret.
      Returns:
      string value of encrypted secret
    • keyVersion

      public int keyVersion()
      Version of the key used to encrypt the data.
      Returns:
      version of the key
    • toString

      public String toString()
      Overrides:
      toString in class Object