Class CaCertificateGet.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.secrets.pki.CaCertificateGet.Response
- Enclosing class:
CaCertificateGet
Response object parsed from JSON returned by the
RestApi
.-
Method Summary
Modifier and TypeMethodDescriptionbyte[]
toBytes()
Get certificate bytes in the requested format.Get the certificate as an X.509 certificate.Methods inherited from class io.helidon.integrations.common.rest.ApiResponse
headers, requestId, status
Methods inherited from class io.helidon.integrations.common.rest.ApiJsonParser
isPresent, stringValue, toBoolean, toBytesBase64, toDouble, toInstant, toInt, toList, toLong, toMap, toObject, toString
-
Method Details
-
toCertificate
Get the certificate as an X.509 certificate.- Returns:
- CA certificate
-
toBytes
public byte[] toBytes()Get certificate bytes in the requested format.- Returns:
- bytes of the certificate
-