C# Class Org.BouncyCastle.Crypto.Agreement.ECDHWithKdfBasicAgreement

Inheritance: ECDHBasicAgreement
Datei anzeigen Open project: red-gate/iTextSharp-4.1.6

Public Methods

Method Description
CalculateAgreement ( ICipherParameters pubKey ) : BigInteger
ECDHWithKdfBasicAgreement ( string algorithm, IDerivationFunction kdf ) : System

Private Methods

Method Description
ECDHWithKdfBasicAgreement ( ) : System

Method Details

CalculateAgreement() public method

public CalculateAgreement ( ICipherParameters pubKey ) : BigInteger
pubKey ICipherParameters
return Org.BouncyCastle.Math.BigInteger

ECDHWithKdfBasicAgreement() public method

public ECDHWithKdfBasicAgreement ( string algorithm, IDerivationFunction kdf ) : System
algorithm string
kdf IDerivationFunction
return System