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
public static final class CrlGet.Response extends ApiEntityResponse
Response object parsed from JSON returned by theRestApi
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
toBytes()
Get the CRL bytes in the format requested.X509CRL
toCrl()
Get the CRL as X.509 CRL.-
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 Detail
-
toCrl
public X509CRL 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
-
-