Package org.bouncycastle.asn1.cmp
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 Summary
Constructors Constructor Description CertAnnContent(int type, org.bouncycastle.asn1.ASN1Object otherCert)
CertAnnContent(org.bouncycastle.asn1.x509.AttributeCertificate x509v2AttrCert)
Deprecated.use (type, otherCert) constructorCertAnnContent(org.bouncycastle.asn1.x509.Certificate x509v3PKCert)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CertAnnContent
getInstance(java.lang.Object o)
static CertAnnContent
getInstance(org.bouncycastle.asn1.ASN1TaggedObject ato, boolean isExplicit)
-
Methods inherited from class org.bouncycastle.asn1.cmp.CMPCertificate
getOtherCert, getOtherCertTag, getX509v2AttrCert, getX509v3PKCert, isX509v3PKCert, toASN1Primitive
-
-
-
-
Constructor Detail
-
CertAnnContent
public CertAnnContent(org.bouncycastle.asn1.x509.AttributeCertificate x509v2AttrCert)
Deprecated.use (type, otherCert) constructorNote: 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)
-
-