Package org.xipki.ca.sdk
Class GetCRLRequest
- java.lang.Object
-
- org.xipki.ca.sdk.SdkEncodable
-
- org.xipki.ca.sdk.SdkRequest
-
- org.xipki.ca.sdk.GetCRLRequest
-
- All Implemented Interfaces:
org.xipki.util.cbor.CborEncodable
public class GetCRLRequest extends SdkRequest
- Since:
- 6.0.0
- Author:
- Lijun Liao (xipki)
-
-
Constructor Summary
Constructors Constructor Description GetCRLRequest(BigInteger crlNumber, Instant thisUpdate, String crlDp)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetCRLRequestdecode(byte[] encoded)protected voidencode0(org.xipki.util.cbor.CborEncoder encoder)StringgetCrlDp()BigIntegergetCrlNumber()InstantgetThisUpdate()-
Methods inherited from class org.xipki.ca.sdk.SdkEncodable
assertArrayStart, buildDecodeErrMessage, encode, encode
-
-
-
-
Constructor Detail
-
GetCRLRequest
public GetCRLRequest(BigInteger crlNumber, Instant thisUpdate, String crlDp)
-
-
Method Detail
-
getCrlNumber
public BigInteger getCrlNumber()
-
getThisUpdate
public Instant getThisUpdate()
-
getCrlDp
public String getCrlDp()
-
encode0
protected void encode0(org.xipki.util.cbor.CborEncoder encoder) throws IOException, org.xipki.util.exception.EncodeException- Specified by:
encode0in classSdkEncodable- Throws:
IOExceptionorg.xipki.util.exception.EncodeException
-
decode
public static GetCRLRequest decode(byte[] encoded) throws org.xipki.util.exception.DecodeException
- Throws:
org.xipki.util.exception.DecodeException
-
-