public class CRLAnnContent extends ASN1Object
| Constructor and Description | 
|---|
CRLAnnContent(CertificateList crl)  | 
| Modifier and Type | Method and Description | 
|---|---|
CertificateList[] | 
getCertificateLists()  | 
static CRLAnnContent | 
getInstance(java.lang.Object o)  | 
ASN1Primitive | 
toASN1Primitive()
 CRLAnnContent ::= SEQUENCE OF CertificateList 
 | 
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Objectpublic CRLAnnContent(CertificateList crl)
public static CRLAnnContent getInstance(java.lang.Object o)
public CertificateList[] getCertificateLists()
public ASN1Primitive toASN1Primitive()
CRLAnnContent ::= SEQUENCE OF CertificateList
toASN1Primitive in interface ASN1EncodabletoASN1Primitive in class ASN1Object