Class CRLAnnContent

  • All Implemented Interfaces:
    org.bouncycastle.asn1.ASN1Encodable, org.bouncycastle.util.Encodable

    public class CRLAnnContent
    extends org.bouncycastle.asn1.ASN1Object
    • Constructor Detail

      • CRLAnnContent

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

      • 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.