Package org.xipki.ocsp.server.type
Class ResponderID
- java.lang.Object
-
- org.xipki.ocsp.server.type.ASN1Type
-
- org.xipki.ocsp.server.type.ResponderID
-
public class ResponderID extends ASN1Type
ASN.1 ResponderID.- Since:
- 2.2.0
- Author:
- Lijun Liao (xipki)
-
-
Constructor Summary
Constructors Constructor Description ResponderID(byte[] key)ResponderID(org.bouncycastle.asn1.x500.X500Name name)
-
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
-
ResponderID
public ResponderID(byte[] key) throws IOException- Throws:
IOException
-
ResponderID
public ResponderID(org.bouncycastle.asn1.x500.X500Name name) throws IOException- Throws:
IOException
-
-
Method Detail
-
getEncodedLength
public int getEncodedLength()
- Specified by:
getEncodedLengthin classASN1Type
-
-