Class CertAnnContent

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

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

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

      • getInstance

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

        public static CertAnnContent getInstance​(java.lang.Object o)