C# Class Org.BouncyCastle.Crypto.Agreement.DHBasicAgreement

Inheritance: IBasicAgreement
显示文件 Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method Description
CalculateAgreement ( ICipherParameters pubKey ) : BigInteger
GetFieldSize ( ) : int
Init ( ICipherParameters parameters ) : void

Method Details

CalculateAgreement() public method

public CalculateAgreement ( ICipherParameters pubKey ) : BigInteger
pubKey ICipherParameters
return Org.BouncyCastle.Math.BigInteger

GetFieldSize() public method

public GetFieldSize ( ) : int
return int

Init() public method

public Init ( ICipherParameters parameters ) : void
parameters ICipherParameters
return void