Class 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

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.bouncycastle.asn1.x509.CertificateList[] getCertificateLists()  
      static CRLAnnContent getInstance​(java.lang.Object o)  
      org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
      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 Detail

      • CRLAnnContent

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

      • getInstance

        public static CRLAnnContent getInstance​(java.lang.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.