Class CRLAnnContent

java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.cmp.CRLAnnContent
All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable, org.bouncycastle.util.Encodable

public class CRLAnnContent extends org.bouncycastle.asn1.ASN1Object
CRLAnnContent ::= SEQUENCE OF CertificateList
  • Constructor Summary

    Constructors
    Constructor
    Description
    CRLAnnContent(org.bouncycastle.asn1.x509.CertificateList crl)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.bouncycastle.asn1.x509.CertificateList[]
     
     
    org.bouncycastle.asn1.ASN1Primitive
    CRLAnnContent ::= SEQUENCE OF CertificateList

    Methods inherited from class org.bouncycastle.asn1.ASN1Object

    encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CRLAnnContent

      public CRLAnnContent(org.bouncycastle.asn1.x509.CertificateList crl)
  • Method Details

    • getInstance

      public static CRLAnnContent getInstance(Object o)
    • getCertificateLists

      public org.bouncycastle.asn1.x509.CertificateList[] getCertificateLists()
    • toASN1Primitive

      public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
       CRLAnnContent ::= SEQUENCE OF CertificateList
       
      Specified by:
      toASN1Primitive in interface org.bouncycastle.asn1.ASN1Encodable
      Specified by:
      toASN1Primitive in class org.bouncycastle.asn1.ASN1Object
      Returns:
      a basic ASN.1 object representation.