Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | List of all members
DL_KeyDerivationAlgorithm< T > Class Template Referenceabstract

Interface for key derivation algorithms used in DL cryptosystems. More...

#include <pubkey.h>

Inheritance diagram for DL_KeyDerivationAlgorithm< T >:
[legend]

Public Member Functions

virtual ~DL_KeyDerivationAlgorithm ()
 
virtual bool ParameterSupported (const char *name) const
 
virtual void Derive (const DL_GroupParameters< T > &groupParams, byte *derivedKey, size_t derivedLength, const T &agreedElement, const T &ephemeralPublicKey, const NameValuePairs &derivationParams) const =0
 

Detailed Description

template<class T>
class DL_KeyDerivationAlgorithm< T >

Interface for key derivation algorithms used in DL cryptosystems.

Definition at line 1304 of file pubkey.h.

Constructor & Destructor Documentation

template<class T>
virtual DL_KeyDerivationAlgorithm< T >::~DL_KeyDerivationAlgorithm ( )
inlinevirtual

Definition at line 1307 of file pubkey.h.

Member Function Documentation

template<class T>
virtual void DL_KeyDerivationAlgorithm< T >::Derive ( const DL_GroupParameters< T > &  groupParams,
byte derivedKey,
size_t  derivedLength,
const T agreedElement,
const T ephemeralPublicKey,
const NameValuePairs derivationParams 
) const
pure virtual

Implemented in DL_KeyDerivationAlgorithm_P1363< T, DHAES_MODE, KDF >, and ElGamalBase.

Here is the caller graph for this function:

template<class T>
virtual bool DL_KeyDerivationAlgorithm< T >::ParameterSupported ( const char *  name) const
inlinevirtual

Reimplemented in DL_KeyDerivationAlgorithm_P1363< T, DHAES_MODE, KDF >.

Definition at line 1309 of file pubkey.h.


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