public class CRLAnnContent extends ASN1Object
| Modifier and Type | Field and Description |
|---|---|
private ASN1Sequence |
content |
| Modifier | Constructor and Description |
|---|---|
private |
CRLAnnContent(ASN1Sequence seq) |
|
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, toASN1Objectprivate ASN1Sequence content
private CRLAnnContent(ASN1Sequence seq)
public 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