Package org.xipki.ocsp.server.type
Class CertID
- java.lang.Object
-
- org.xipki.ocsp.server.type.ASN1Type
-
- org.xipki.ocsp.server.type.CertID
-
public class CertID extends ASN1Type
ASN.1 CertID.- Since:
- 2.2.0
- Author:
- Lijun Liao (xipki)
-
-
Constructor Summary
Constructors Constructor Description CertID(org.xipki.ocsp.api.RequestIssuer issuer, BigInteger serialNumber)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetEncodedLength()org.xipki.ocsp.api.RequestIssuergetIssuer()BigIntegergetSerialNumber()intwrite(byte[] out, int offset)-
Methods inherited from class org.xipki.ocsp.server.type.ASN1Type
arraycopy, getHeaderLen, getLen, writeGeneralizedTime, writeHeader
-
-
-
-
Constructor Detail
-
CertID
public CertID(org.xipki.ocsp.api.RequestIssuer issuer, BigInteger serialNumber)
-
-
Method Detail
-
getIssuer
public org.xipki.ocsp.api.RequestIssuer getIssuer()
-
getSerialNumber
public BigInteger getSerialNumber()
-
getEncodedLength
public int getEncodedLength()
- Specified by:
getEncodedLengthin classASN1Type
-
-