Class CertificateGet.Response
java.lang.Object
io.helidon.integrations.common.rest.ApiJsonParser
io.helidon.integrations.vault.secrets.pki.CertificateGet.Response
- Enclosing class:
CertificateGet
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.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
-