Class DHBasicAgreement
- Namespace
- Org.BouncyCastle.Crypto.Agreement
- Assembly
- BouncyCastle.Cryptography.dll
public class DHBasicAgreement : IBasicAgreement
- Inheritance
-
DHBasicAgreement
- Implements
- Inherited Members
Methods
CalculateAgreement(ICipherParameters)
public virtual BigInteger CalculateAgreement(ICipherParameters pubKey)
Parameters
pubKeyICipherParameters
Returns
GetFieldSize()
return the field size for the agreement algorithm in bytes.
public virtual int GetFieldSize()
Returns
Init(ICipherParameters)
initialise the agreement engine.
public virtual void Init(ICipherParameters parameters)
Parameters
parametersICipherParameters