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

Inheritance: IBasicAgreement
Show file Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Public Methods

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

Method Details

CalculateAgreement() public method

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

Init() public method

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