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