Package org.xipki.ca.sdk
Class CrlResponse
- java.lang.Object
-
- org.xipki.ca.sdk.SdkMessage
-
- org.xipki.ca.sdk.SdkResponse
-
- org.xipki.ca.sdk.CrlResponse
-
public class CrlResponse extends SdkResponse
Response containing the CRL.- Since:
- 6.0.0
- Author:
- Lijun Liao (xipki)
-
-
Constructor Summary
Constructors Constructor Description CrlResponse(byte[] crl)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CrlResponsedecode(byte[] encoded)voidencode(org.xipki.util.cbor.CborEncoder encoder)byte[]getCrl()-
Methods inherited from class org.xipki.ca.sdk.SdkMessage
encode
-
-
-
-
Method Detail
-
getCrl
public byte[] getCrl()
-
encode
public void encode(org.xipki.util.cbor.CborEncoder encoder) throws org.xipki.util.exception.EncodeException- Specified by:
encodein classSdkMessage- Throws:
org.xipki.util.exception.EncodeException
-
decode
public static CrlResponse decode(byte[] encoded) throws org.xipki.util.exception.DecodeException
- Throws:
org.xipki.util.exception.DecodeException
-
-