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:
- ASN1Choice, ASN1Encodable, Encodable
- public class CertAnnContent
- extends CMPCertificate
CertAnnContent ::= CMPCertificate
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
CertAnnContent
public CertAnnContent(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,
ASN1Object otherCert)
CertAnnContent
public CertAnnContent(Certificate x509v3PKCert)
getInstance
public static CMPCertificate getInstance(ASN1TaggedObject ato,
boolean isExplicit)
getInstance
public static CMPCertificate getInstance(java.lang.Object o)