public class CRLSource
extends org.bouncycastle.asn1.ASN1Object
implements org.bouncycastle.asn1.ASN1Choice
CRLSource ::= CHOICE { dpn [0] DistributionPointName, issuer [1] GeneralNames }
| Constructor and Description |
|---|
CRLSource(org.bouncycastle.asn1.x509.DistributionPointName dpn,
org.bouncycastle.asn1.x509.GeneralNames issuer) |
| Modifier and Type | Method and Description |
|---|---|
org.bouncycastle.asn1.x509.DistributionPointName |
getDpn() |
static CRLSource |
getInstance(java.lang.Object o) |
org.bouncycastle.asn1.x509.GeneralNames |
getIssuer() |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive() |
public CRLSource(org.bouncycastle.asn1.x509.DistributionPointName dpn,
org.bouncycastle.asn1.x509.GeneralNames issuer)
public static CRLSource getInstance(java.lang.Object o)
public org.bouncycastle.asn1.x509.DistributionPointName getDpn()
public org.bouncycastle.asn1.x509.GeneralNames getIssuer()
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
toASN1Primitive in interface org.bouncycastle.asn1.ASN1EncodabletoASN1Primitive in class org.bouncycastle.asn1.ASN1Object