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

Inheritance: ECMqvBasicAgreement
ファイルを表示 Open project: nonorganic/dssnet

Public Methods

Method Description
CalculateAgreement ( ICipherParameters pubKey ) : BigInteger
ECMqvWithKdfBasicAgreement ( string algorithm, IDerivationFunction kdf ) : System

Private Methods

Method Description
bigIntToBytes ( BigInteger r ) : byte[]

Method Details

CalculateAgreement() public method

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

ECMqvWithKdfBasicAgreement() public method

public ECMqvWithKdfBasicAgreement ( string algorithm, IDerivationFunction kdf ) : System
algorithm string
kdf IDerivationFunction
return System