Package org.xipki.ocsp.server.type
Class SingleResponse
- java.lang.Object
-
- org.xipki.ocsp.server.type.ASN1Type
-
- org.xipki.ocsp.server.type.SingleResponse
-
public class SingleResponse extends ASN1Type
ASN.1 SingleResponse.- Since:
- 2.2.0
- Author:
- Lijun Liao (xipki)
-
-
Constructor Summary
Constructors Constructor Description SingleResponse(CertID certId, byte[] certStatus, Instant thisUpdate, Instant nextUpdate, Extensions extensions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetEncodedLength()intwrite(byte[] out, int offset)-
Methods inherited from class org.xipki.ocsp.server.type.ASN1Type
arraycopy, getHeaderLen, getLen, writeGeneralizedTime, writeHeader
-
-
-
-
Constructor Detail
-
SingleResponse
public SingleResponse(CertID certId, byte[] certStatus, Instant thisUpdate, Instant nextUpdate, Extensions extensions)
-
-
Method Detail
-
getEncodedLength
public int getEncodedLength()
- Specified by:
getEncodedLengthin classASN1Type
-
-