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
algorithmstringkdfIDerivationFunction
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
pubKeyICipherParameters