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, statusMethods inherited from class io.helidon.integrations.common.rest.ApiJsonParser
isPresent, isPresent, stringValue, stringValue, toBoolean, toBoolean, toBytesBase64, toBytesBase64, toDouble, toDouble, toInstant, toInstant, toInt, toInt, toList, toList, toLong, toLong, toMap, toMap, toObject, toObject, toString, 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
-