Class CrlGet.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.CrlGet.Response
- Enclosing class:
CrlGet
Response object parsed from JSON returned by the
RestApi
.-
Method Summary
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
-
toCrl
Get the CRL as X.509 CRL.- Returns:
- X.509 CRL
-
toBytes
public byte[] toBytes()Get the CRL bytes in the format requested.- Returns:
- bytes of the CRL
-