Table of Contents

Class ECDHCWithKdfBasicAgreement

Namespace
Org.BouncyCastle.Crypto.Agreement
Assembly
BouncyCastle.Cryptography.dll
public sealed class ECDHCWithKdfBasicAgreement : ECDHCBasicAgreement, IBasicAgreement
Inheritance
ECDHCWithKdfBasicAgreement
Implements
Inherited Members

Constructors

ECDHCWithKdfBasicAgreement(string, IDerivationFunction)

public ECDHCWithKdfBasicAgreement(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