Class CertAnnContent

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

public class CertAnnContent extends CMPCertificate
CertAnnContent ::= CMPCertificate
  • Constructor Details

    • CertAnnContent

      public CertAnnContent(org.bouncycastle.asn1.x509.AttributeCertificate x509v2AttrCert)
      Deprecated.
      use (type, otherCert) constructor
      Note: the addition of attribute certificates is a BC extension. If you use this constructor they will be added with a tag value of 1.
    • CertAnnContent

      public CertAnnContent(int type, org.bouncycastle.asn1.ASN1Object otherCert)
    • CertAnnContent

      public CertAnnContent(org.bouncycastle.asn1.x509.Certificate x509v3PKCert)
  • Method Details

    • getInstance

      public static CertAnnContent getInstance(org.bouncycastle.asn1.ASN1TaggedObject ato, boolean isExplicit)
    • getInstance

      public static CertAnnContent getInstance(Object o)