C# Class Org.BouncyCastle.Bcpg.MPInteger

A multiple precision integer
Inheritance: BcpgObject
Afficher le fichier Open project: nonorganic/dssnet Class Usage Examples

Méthodes publiques

Méthode Description
Encode ( BcpgOutputStream bcpgOut ) : void
MPInteger ( BcpgInputStream bcpgIn ) : System
MPInteger ( BigInteger val ) : System

Private Methods

Méthode Description
Encode ( BcpgOutputStream bcpgOut, BigInteger val ) : void

Method Details

Encode() public méthode

public Encode ( BcpgOutputStream bcpgOut ) : void
bcpgOut BcpgOutputStream
Résultat void

MPInteger() public méthode

public MPInteger ( BcpgInputStream bcpgIn ) : System
bcpgIn BcpgInputStream
Résultat System

MPInteger() public méthode

public MPInteger ( BigInteger val ) : System
val Org.BouncyCastle.Math.BigInteger
Résultat System