Table of Contents

Class CertAnnContent

Namespace
Org.BouncyCastle.Asn1.Cmp
Assembly
BouncyCastle.Cryptography.dll
public class CertAnnContent : CmpCertificate, IAsn1Convertible, IAsn1Choice
Inheritance
CertAnnContent
Implements
Inherited Members

Constructors

CertAnnContent(X509CertificateStructure)

public CertAnnContent(X509CertificateStructure x509v3PKCert)

Parameters

x509v3PKCert X509CertificateStructure

CertAnnContent(int, Asn1Object)

[Obsolete("Use 'GetInstance' from tagged object instead")]
public CertAnnContent(int type, Asn1Object otherCert)

Parameters

type int
otherCert Asn1Object

Methods

GetInstance(Asn1TaggedObject, bool)

public static CertAnnContent GetInstance(Asn1TaggedObject taggedObject, bool declaredExplicit)

Parameters

taggedObject Asn1TaggedObject
declaredExplicit bool

Returns

CertAnnContent

GetInstance(object)

public static CertAnnContent GetInstance(object obj)

Parameters

obj object

Returns

CertAnnContent

GetOptional(Asn1Encodable)

public static CertAnnContent GetOptional(Asn1Encodable element)

Parameters

element Asn1Encodable

Returns

CertAnnContent

GetTagged(Asn1TaggedObject, bool)

public static CertAnnContent GetTagged(Asn1TaggedObject taggedObject, bool declaredExplicit)

Parameters

taggedObject Asn1TaggedObject
declaredExplicit bool

Returns

CertAnnContent