public class CRLAnnContent extends ASN1Encodable
| Modifier and Type | Field and Description |
|---|---|
private ASN1Sequence |
content |
BER, DER| Modifier | Constructor and Description |
|---|---|
private |
CRLAnnContent(ASN1Sequence seq) |
| Modifier and Type | Method and Description |
|---|---|
static CRLAnnContent |
getInstance(java.lang.Object o) |
DERObject |
toASN1Object()
CRLAnnContent ::= SEQUENCE OF CertificateList
|
CertificateList[] |
toCertificateListArray() |
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCodeprivate ASN1Sequence content
private CRLAnnContent(ASN1Sequence seq)
public static CRLAnnContent getInstance(java.lang.Object o)
public CertificateList[] toCertificateListArray()
public DERObject toASN1Object()
CRLAnnContent ::= SEQUENCE OF CertificateList
toASN1Object in class ASN1EncodableCopyright © 1998-2014 Gamma Technologies. All Rights Reserved.