public class CrlInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
BASE_CRL_NUMBER |
static String |
CRL_ID |
static String |
CRL_NUMBER |
static String |
NEXT_UPDATE |
static String |
THIS_UPDATE |
| Constructor and Description |
|---|
CrlInfo(BigInteger crlNumber,
BigInteger baseCrlNumber,
Date thisUpdate,
Date nextUpdate,
org.bouncycastle.asn1.ocsp.CrlID crlId) |
CrlInfo(String conf) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
BigInteger |
getBaseCrlNumber() |
org.bouncycastle.asn1.ocsp.CrlID |
getCrlId() |
BigInteger |
getCrlNumber() |
String |
getEncoded() |
Date |
getNextUpdate() |
Date |
getThisUpdate() |
public static final String BASE_CRL_NUMBER
public static final String CRL_ID
public static final String CRL_NUMBER
public static final String NEXT_UPDATE
public static final String THIS_UPDATE
public CrlInfo(String conf)
public CrlInfo(BigInteger crlNumber, BigInteger baseCrlNumber, Date thisUpdate, Date nextUpdate, org.bouncycastle.asn1.ocsp.CrlID crlId)
public String getEncoded()
public BigInteger getCrlNumber()
public BigInteger getBaseCrlNumber()
public Date getThisUpdate()
public Date getNextUpdate()
public org.bouncycastle.asn1.ocsp.CrlID getCrlId()
Copyright © 2020. All rights reserved.