Table of Contents

Class ECMqvWithKdfBasicAgreement

Namespace
Org.BouncyCastle.Crypto.Agreement
Assembly
BouncyCastle.Cryptography.dll
public class ECMqvWithKdfBasicAgreement : ECMqvBasicAgreement, IBasicAgreement
Inheritance
ECMqvWithKdfBasicAgreement
Implements
Inherited Members

Constructors

ECMqvWithKdfBasicAgreement(string, IDerivationFunction)

public ECMqvWithKdfBasicAgreement(string algorithm, IDerivationFunction kdf)

Parameters

algorithm string
kdf IDerivationFunction

Methods

CalculateAgreement(ICipherParameters)

given a public key from a given party calculate the next message in the agreement sequence.

public override BigInteger CalculateAgreement(ICipherParameters pubKey)

Parameters

pubKey ICipherParameters

Returns

BigInteger