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

Inheritance: ECDHBasicAgreement
Afficher le fichier Open project: red-gate/iTextSharp-4.1.6

Méthodes publiques

Méthode Description
CalculateAgreement ( ICipherParameters pubKey ) : BigInteger
ECDHWithKdfBasicAgreement ( string algorithm, IDerivationFunction kdf ) : System

Private Methods

Méthode Description
ECDHWithKdfBasicAgreement ( ) : System

Method Details

CalculateAgreement() public méthode

public CalculateAgreement ( ICipherParameters pubKey ) : BigInteger
pubKey ICipherParameters
Résultat Org.BouncyCastle.Math.BigInteger

ECDHWithKdfBasicAgreement() public méthode

public ECDHWithKdfBasicAgreement ( string algorithm, IDerivationFunction kdf ) : System
algorithm string
kdf IDerivationFunction
Résultat System