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