Table of Contents

Class MonetaryLimit

Namespace
Org.BouncyCastle.Asn1.IsisMtt.X509
Assembly
BouncyCastle.Cryptography.dll
public class MonetaryLimit : Asn1Encodable, IAsn1Convertible
Inheritance
MonetaryLimit
Implements
Inherited Members

Constructors

MonetaryLimit(string, int, int)

public MonetaryLimit(string currency, int amount, int exponent)

Parameters

currency string
amount int
exponent int

Properties

Amount

public virtual BigInteger Amount { get; }

Property Value

BigInteger

Currency

public virtual string Currency { get; }

Property Value

string

Exponent

public virtual BigInteger Exponent { get; }

Property Value

BigInteger

Methods

GetInstance(Asn1TaggedObject, bool)

public static MonetaryLimit GetInstance(Asn1TaggedObject taggedObject, bool declaredExplicit)

Parameters

taggedObject Asn1TaggedObject
declaredExplicit bool

Returns

MonetaryLimit

GetInstance(object)

public static MonetaryLimit GetInstance(object obj)

Parameters

obj object

Returns

MonetaryLimit

GetTagged(Asn1TaggedObject, bool)

public static MonetaryLimit GetTagged(Asn1TaggedObject taggedObject, bool declaredExplicit)

Parameters

taggedObject Asn1TaggedObject
declaredExplicit bool

Returns

MonetaryLimit

ToAsn1Object()

public override Asn1Object ToAsn1Object()

Returns

Asn1Object