Class Encrypt.Encrypted
- 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
cipherText()
Cipher text - string representation of the encrypted secret.int
keyVersion()
Version of the key used to encrypt the data.String
toString()
-
Methods inherited from class io.helidon.integrations.common.rest.ApiJsonParser
isPresent, stringValue, toBoolean, toBytesBase64, toDouble, toInstant, toInt, toList, toLong, toMap, toObject, toString
-
-
-
-
Method Detail
-
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
-
-