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 |
CertAnnContent(org.bouncycastle.asn1.x509.AttributeCertificate x509v2AttrCert)
Deprecated. use (type, otherCert) constructor |
CertAnnContent(org.bouncycastle.asn1.x509.Certificate x509v3PKCert)
|
CertAnnContent(int type,
org.bouncycastle.asn1.ASN1Object otherCert)
|
Methods inherited from class org.bouncycastle.asn1.ASN1Object |
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
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)
getInstance
public static CMPCertificate getInstance(org.bouncycastle.asn1.ASN1TaggedObject ato,
boolean isExplicit)
getInstance
public static CMPCertificate getInstance(java.lang.Object o)