Crypto++
Public Types | Public Member Functions | Static Public Member Functions
DL_KeyAgreementAlgorithm_DH Class Reference

DH key agreement algorithm. More...

#include <pubkey.h>

Inheritance diagram for DL_KeyAgreementAlgorithm_DH:
DL_KeyAgreementAlgorithm< ELEMENT >

List of all members.

Public Types

typedef ELEMENT Element

Public Member Functions

Element AgreeWithEphemeralPrivateKey (const DL_GroupParameters< Element > &params, const DL_FixedBasePrecomputation< Element > &publicPrecomputation, const Integer &privateExponent) const
Element AgreeWithStaticPrivateKey (const DL_GroupParameters< Element > &params, const Element &publicElement, bool validateOtherPublicKey, const Integer &privateExponent) const
virtual Element AgreeWithEphemeralPrivateKey (const DL_GroupParameters< Element > &params, const DL_FixedBasePrecomputation< Element > &publicPrecomputation, const Integer &privateExponent) const =0
virtual Element AgreeWithStaticPrivateKey (const DL_GroupParameters< Element > &params, const Element &publicElement, bool validateOtherPublicKey, const Integer &privateExponent) const =0

Static Public Member Functions

static const char * StaticAlgorithmName ()

Detailed Description

DH key agreement algorithm.


The documentation for this class was generated from the following file: