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
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 ASN1Encodable
toASN1Primitive
in class ASN1Object