org.bouncycastle.asn1.cmp

Class CRLAnnContent

Implemented Interfaces:
DEREncodable

public class CRLAnnContent
extends ASN1Encodable

Field Summary

Fields inherited from class org.bouncycastle.asn1.ASN1Encodable

BER, DER

Method Summary

static CRLAnnContent
getInstance(Object o)
DERObject
toASN1Object()
 CRLAnnContent ::= SEQUENCE OF CertificateList
 
CertificateList[]
toCertificateListArray()

Methods inherited from class org.bouncycastle.asn1.ASN1Encodable

equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode, toASN1Object

Method Details

getInstance

public static CRLAnnContent getInstance(Object o)

toASN1Object

public DERObject toASN1Object()
 CRLAnnContent ::= SEQUENCE OF CertificateList
 
Overrides:
toASN1Object in interface ASN1Encodable
Returns:
a basic ASN.1 object representation.

toCertificateListArray

public CertificateList[] toCertificateListArray()