public class CertAnnContent extends CMPCertificate
| Constructor and Description |
|---|
CertAnnContent(AttributeCertificate x509v2AttrCert)
Deprecated.
use (type, otherCert) constructor
|
CertAnnContent(Certificate x509v3PKCert) |
CertAnnContent(int type,
ASN1Object otherCert) |
| Modifier and Type | Method and Description |
|---|---|
static CertAnnContent |
getInstance(ASN1TaggedObject ato,
boolean isExplicit) |
static CertAnnContent |
getInstance(java.lang.Object o) |
getOtherCert, getOtherCertTag, getX509v2AttrCert, getX509v3PKCert, isX509v3PKCert, toASN1PrimitiveencodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCodepublic CertAnnContent(AttributeCertificate x509v2AttrCert)
public CertAnnContent(int type,
ASN1Object otherCert)
public CertAnnContent(Certificate x509v3PKCert)
public static CertAnnContent getInstance(ASN1TaggedObject ato, boolean isExplicit)
public static CertAnnContent getInstance(java.lang.Object o)