Class Decrypt.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.vault.VaultResponse
- 
- io.helidon.integrations.vault.secrets.transit.Decrypt.Response
 
 
 
 
 
- 
- Enclosing class:
- Decrypt
 
 public static class Decrypt.Response extends VaultResponse Response object parsed from JSON returned by theRestApi.
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Base64Valuedecrypted()Decrypted secret.- 
Methods inherited from class io.helidon.integrations.vault.VaultResponsevaultRequestId
 - 
Methods inherited from class io.helidon.integrations.common.rest.ApiResponseheaders, requestId, status
 - 
Methods inherited from class io.helidon.integrations.common.rest.ApiJsonParserisPresent, stringValue, toBoolean, toBytesBase64, toDouble, toInstant, toInt, toList, toLong, toMap, toObject, toString
 
- 
 
- 
- 
- 
Method Detail- 
decryptedpublic Base64Value decrypted() Decrypted secret.- Returns:
- base 64 value of the secret data
 
 
- 
 
-