Package org.xipki.ocsp.server.type
Class Extensions
- java.lang.Object
-
- org.xipki.ocsp.server.type.ASN1Type
-
- org.xipki.ocsp.server.type.Extensions
-
public class Extensions extends ASN1Type
ASN.1 Extensions.- Since:
- 2.2.0
- Author:
- Lijun Liao (xipki)
-
-
Constructor Summary
Constructors Constructor Description Extensions(List<Extension> 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
-
-