Table of Contents

Class InfoTypeAndValue

Namespace
Enterprises.Org.BouncyCastle.Asn1.Cmp
Assembly
Enterprises.BouncyCastle.Crypto.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 optionalValue)

Parameters

infoType DerObjectIdentifier
optionalValue Asn1Encodable

Properties

InfoType

public virtual DerObjectIdentifier InfoType { get; }

Property Value

DerObjectIdentifier

InfoValue

public virtual Asn1Encodable InfoValue { get; }

Property Value

Asn1Encodable

Methods

GetInstance(object)

public static InfoTypeAndValue GetInstance(object obj)

Parameters

obj object

Returns

InfoTypeAndValue

ToAsn1Object()

public override Asn1Object ToAsn1Object()

Returns

Asn1Object