Table of Contents

Class MPInteger

Namespace
Enterprises.Org.BouncyCastle.Bcpg
Assembly
Enterprises.BouncyCastle.Crypto.dll
public class MPInteger : BcpgObject
Inheritance
MPInteger
Inherited Members

Constructors

MPInteger(BcpgInputStream)

public MPInteger(BcpgInputStream bcpgIn)

Parameters

bcpgIn BcpgInputStream

MPInteger(BigInteger)

public MPInteger(BigInteger val)

Parameters

val BigInteger

Properties

Value

public BigInteger Value { get; }

Property Value

BigInteger

Methods

Encode(BcpgOutputStream)

public override void Encode(BcpgOutputStream bcpgOut)

Parameters

bcpgOut BcpgOutputStream