Table of Contents

Class InfoTypeAndValue

Namespace
Org.BouncyCastle.Asn1.Cmp
Assembly
BouncyCastle.Cryptography.dll
public class InfoTypeAndValue : Asn1Encodable, IAsn1Convertible
Inheritance
InfoTypeAndValue
Implements
Inherited Members

Constructors

InfoTypeAndValue(DerObjectIdentifier)

public InfoTypeAndValue(DerObjectIdentifier infoType)

Parameters

infoType DerObjectIdentifier

InfoTypeAndValue(DerObjectIdentifier, Asn1Encodable)

public InfoTypeAndValue(DerObjectIdentifier infoType, Asn1Encodable infoValue)

Parameters

infoType DerObjectIdentifier
infoValue Asn1Encodable

Properties

InfoType

public virtual DerObjectIdentifier InfoType { get; }

Property Value

DerObjectIdentifier

InfoValue

public virtual Asn1Encodable InfoValue { get; }

Property Value

Asn1Encodable

Methods

GetInstance(Asn1TaggedObject, bool)

public static InfoTypeAndValue GetInstance(Asn1TaggedObject taggedObject, bool declaredExplicit)

Parameters

taggedObject Asn1TaggedObject
declaredExplicit bool

Returns

InfoTypeAndValue

GetInstance(object)

public static InfoTypeAndValue GetInstance(object obj)

Parameters

obj object

Returns

InfoTypeAndValue

GetTagged(Asn1TaggedObject, bool)

public static InfoTypeAndValue GetTagged(Asn1TaggedObject taggedObject, bool declaredExplicit)

Parameters

taggedObject Asn1TaggedObject
declaredExplicit bool

Returns

InfoTypeAndValue

ToAsn1Object()

public override Asn1Object ToAsn1Object()

Returns

Asn1Object