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
CertAnnContent ::= CMPCertificate
-
Constructor Summary
ConstructorDescriptionCertAnnContent
(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
Modifier and TypeMethodDescriptionstatic CertAnnContent
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
Methods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
Constructor Details
-
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 Details
-
getInstance
public static CertAnnContent getInstance(org.bouncycastle.asn1.ASN1TaggedObject ato, boolean isExplicit) -
getInstance
-