public class CRLStatus
extends org.bouncycastle.asn1.ASN1Object
Constructor and Description |
---|
CRLStatus(CRLSource source,
org.bouncycastle.asn1.x509.Time thisUpdate) |
Modifier and Type | Method and Description |
---|---|
static CRLStatus |
getInstance(java.lang.Object o) |
CRLSource |
getSource() |
org.bouncycastle.asn1.x509.Time |
getThisUpdate() |
org.bouncycastle.asn1.x509.Time |
getTime()
Deprecated.
Use
getThisUpdate() instead. |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive() |
public CRLStatus(CRLSource source, org.bouncycastle.asn1.x509.Time thisUpdate)
public static CRLStatus getInstance(java.lang.Object o)
public CRLSource getSource()
public org.bouncycastle.asn1.x509.Time getThisUpdate()
public org.bouncycastle.asn1.x509.Time getTime()
getThisUpdate()
instead.public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
toASN1Primitive
in interface org.bouncycastle.asn1.ASN1Encodable
toASN1Primitive
in class org.bouncycastle.asn1.ASN1Object