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

Inheritance: ECMqvBasicAgreement
Afficher le fichier Open project: nonorganic/dssnet

Méthodes publiques

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

Private Methods

Méthode Description
bigIntToBytes ( BigInteger r ) : byte[]

Method Details

CalculateAgreement() public méthode

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

ECMqvWithKdfBasicAgreement() public méthode

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