C# Class Org.BouncyCastle.Bcpg.MPInteger

A multiple precision integer
Inheritance: BcpgObject
ファイルを表示 Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method Description
Encode ( BcpgOutputStream bcpgOut ) : void
MPInteger ( BcpgInputStream bcpgIn ) : System
MPInteger ( BigInteger val ) : System

Private Methods

Method Description
Encode ( BcpgOutputStream bcpgOut, BigInteger val ) : void

Method Details

Encode() public method

public Encode ( BcpgOutputStream bcpgOut ) : void
bcpgOut BcpgOutputStream
return void

MPInteger() public method

public MPInteger ( BcpgInputStream bcpgIn ) : System
bcpgIn BcpgInputStream
return System

MPInteger() public method

public MPInteger ( BigInteger val ) : System
val Org.BouncyCastle.Math.BigInteger
return System