Class Encrypt.Response
java.lang.Object
io.helidon.integrations.common.rest.ApiJsonParser
io.helidon.integrations.common.rest.ApiResponse
io.helidon.integrations.common.rest.ApiEntityResponse
io.helidon.integrations.oci.vault.Encrypt.Response
- Enclosing class:
- Encrypt
Response object parsed from JSON returned by the
RestApi.-
Method Summary
Modifier and TypeMethodDescriptionCipher text that can be passed to another service and then used to obtain the decrypted secret.Encryption algorithm used to encrypt the secret.keyId()Encryption key OCID.Encryption key version OCID.Methods inherited from class io.helidon.integrations.common.rest.ApiResponse
headers, requestId, statusMethods inherited from class io.helidon.integrations.common.rest.ApiJsonParser
isPresent, stringValue, toBoolean, toBytesBase64, toDouble, toInstant, toInt, toList, toLong, toMap, toObject, toString
-
Method Details
-
cipherText
Cipher text that can be passed to another service and then used to obtain the decrypted secret.- Returns:
- cipher text
-
encryptionAlgorithm
Encryption algorithm used to encrypt the secret.- Returns:
- encryption algorithm
-
keyId
Encryption key OCID.- Returns:
- key OCID
-
keyVersionId
Encryption key version OCID.- Returns:
- key version ocid
-