Table of Contents

Class OtherInfo

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

Constructors

OtherInfo(Asn1Sequence)

[Obsolete("Use 'GetInstance' instead")]
public OtherInfo(Asn1Sequence seq)

Parameters

seq Asn1Sequence

OtherInfo(KeySpecificInfo, Asn1OctetString, Asn1OctetString)

public OtherInfo(KeySpecificInfo keyInfo, Asn1OctetString partyAInfo, Asn1OctetString suppPubInfo)

Parameters

keyInfo KeySpecificInfo
partyAInfo Asn1OctetString
suppPubInfo Asn1OctetString

Properties

KeyInfo

public KeySpecificInfo KeyInfo { get; }

Property Value

KeySpecificInfo

PartyAInfo

public Asn1OctetString PartyAInfo { get; }

Property Value

Asn1OctetString

SuppPubInfo

public Asn1OctetString SuppPubInfo { get; }

Property Value

Asn1OctetString

Methods

GetInstance(Asn1TaggedObject, bool)

public static OtherInfo GetInstance(Asn1TaggedObject taggedObject, bool declaredExplicit)

Parameters

taggedObject Asn1TaggedObject
declaredExplicit bool

Returns

OtherInfo

GetInstance(object)

public static OtherInfo GetInstance(object obj)

Parameters

obj object

Returns

OtherInfo

GetTagged(Asn1TaggedObject, bool)

public static OtherInfo GetTagged(Asn1TaggedObject taggedObject, bool declaredExplicit)

Parameters

taggedObject Asn1TaggedObject
declaredExplicit bool

Returns

OtherInfo

ToAsn1Object()

public override Asn1Object ToAsn1Object()

Returns

Asn1Object