Package org.xipki.ocsp.server.type
Class TaggedCertSequence
- java.lang.Object
-
- org.xipki.ocsp.server.type.ASN1Type
-
- org.xipki.ocsp.server.type.TaggedCertSequence
-
public class TaggedCertSequence extends ASN1Type
ASN.1 tagged Sequence of certificates.- Since:
- 2.2.0
- Author:
- Lijun Liao (xipki)
-
-
Constructor Summary
Constructors Constructor Description TaggedCertSequence(byte[] encodedCert)TaggedCertSequence(byte[][] encodedCerts)
-
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
-
-
-
-
Method Detail
-
getEncodedLength
public int getEncodedLength()
- Specified by:
getEncodedLengthin classASN1Type
-
-