public class CRLAnnContent
extends org.bouncycastle.asn1.ASN1Object
| Constructor and Description |
|---|
CRLAnnContent(org.bouncycastle.asn1.x509.CertificateList crl) |
| Modifier and Type | Method and Description |
|---|---|
org.bouncycastle.asn1.x509.CertificateList[] |
getCertificateLists() |
static CRLAnnContent |
getInstance(java.lang.Object o) |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive()
CRLAnnContent ::= SEQUENCE OF CertificateList
|
public CRLAnnContent(org.bouncycastle.asn1.x509.CertificateList crl)
public static CRLAnnContent getInstance(java.lang.Object o)
public org.bouncycastle.asn1.x509.CertificateList[] getCertificateLists()
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
CRLAnnContent ::= SEQUENCE OF CertificateList
toASN1Primitive in interface org.bouncycastle.asn1.ASN1EncodabletoASN1Primitive in class org.bouncycastle.asn1.ASN1Object