Fabcoin Core  0.16.2
P2P Digital Currency
Public Types | Public Member Functions | Protected Member Functions | List of all members
DL_ObjectImpl< BASE, SCHEME_OPTIONS, KEY > Class Template Reference

Discrete Log (DL) object implementation. More...

#include <pubkey.h>

Inheritance diagram for DL_ObjectImpl< BASE, SCHEME_OPTIONS, KEY >:
[legend]
Collaboration diagram for DL_ObjectImpl< BASE, SCHEME_OPTIONS, KEY >:
[legend]

Public Types

typedef KEY::Element Element
 
- Public Types inherited from DL_ObjectImplBase< BASE, SCHEME_OPTIONS, KEY >
typedef SCHEME_OPTIONS SchemeOptions
 
typedef KEY::Element Element
 

Public Member Functions

virtual ~DL_ObjectImpl ()
 
- Public Member Functions inherited from DL_ObjectImplBase< BASE, SCHEME_OPTIONS, KEY >
virtual ~DL_ObjectImplBase ()
 
PrivateKeyAccessPrivateKey ()
 
PublicKeyAccessPublicKey ()
 
const KEY & GetKey () const
 
KEY & AccessKey ()
 
- Public Member Functions inherited from AlgorithmImpl< BASE, SCHEME_OPTIONS::AlgorithmInfo >
std::string AlgorithmName () const
 

Protected Member Functions

const DL_ElgamalLikeSignatureAlgorithm< Element > & GetSignatureAlgorithm () const
 
const DL_KeyAgreementAlgorithm< Element > & GetKeyAgreementAlgorithm () const
 
const DL_KeyDerivationAlgorithm< Element > & GetKeyDerivationAlgorithm () const
 
const DL_SymmetricEncryptionAlgorithmGetSymmetricEncryptionAlgorithm () const
 
HashIdentifier GetHashIdentifier () const
 
const PK_SignatureMessageEncodingMethodGetMessageEncodingInterface () const
 
- Protected Member Functions inherited from DL_ObjectImplBase< BASE, SCHEME_OPTIONS, KEY >
BASE::KeyInterface & AccessKeyInterface ()
 
const BASE::KeyInterface & GetKeyInterface () const
 
HashIdentifier GetHashIdentifier () const
 
size_t GetDigestSize () const
 

Additional Inherited Members

- Static Public Member Functions inherited from AlgorithmImpl< BASE, SCHEME_OPTIONS::AlgorithmInfo >
static std::string CRYPTOPP_API StaticAlgorithmName ()
 

Detailed Description

template<class BASE, class SCHEME_OPTIONS, class KEY>
class DL_ObjectImpl< BASE, SCHEME_OPTIONS, KEY >

Discrete Log (DL) object implementation.

Template Parameters
BASETODO
SCHEME_OPTIONSoptions for the scheme
KEYkey used in the scheme

Definition at line 1788 of file pubkey.h.

Member Typedef Documentation

template<class BASE, class SCHEME_OPTIONS, class KEY>
typedef KEY::Element DL_ObjectImpl< BASE, SCHEME_OPTIONS, KEY >::Element

Definition at line 1791 of file pubkey.h.

Constructor & Destructor Documentation

template<class BASE, class SCHEME_OPTIONS, class KEY>
virtual DL_ObjectImpl< BASE, SCHEME_OPTIONS, KEY >::~DL_ObjectImpl ( )
inlinevirtual

Definition at line 1793 of file pubkey.h.

Member Function Documentation

template<class BASE, class SCHEME_OPTIONS, class KEY>
HashIdentifier DL_ObjectImpl< BASE, SCHEME_OPTIONS, KEY >::GetHashIdentifier ( ) const
inlineprotected

Definition at line 1804 of file pubkey.h.

template<class BASE, class SCHEME_OPTIONS, class KEY>
const DL_KeyAgreementAlgorithm<Element>& DL_ObjectImpl< BASE, SCHEME_OPTIONS, KEY >::GetKeyAgreementAlgorithm ( ) const
inlineprotected

Definition at line 1798 of file pubkey.h.

template<class BASE, class SCHEME_OPTIONS, class KEY>
const DL_KeyDerivationAlgorithm<Element>& DL_ObjectImpl< BASE, SCHEME_OPTIONS, KEY >::GetKeyDerivationAlgorithm ( ) const
inlineprotected

Definition at line 1800 of file pubkey.h.

template<class BASE, class SCHEME_OPTIONS, class KEY>
const PK_SignatureMessageEncodingMethod& DL_ObjectImpl< BASE, SCHEME_OPTIONS, KEY >::GetMessageEncodingInterface ( ) const
inlineprotected

Definition at line 1806 of file pubkey.h.

template<class BASE, class SCHEME_OPTIONS, class KEY>
const DL_ElgamalLikeSignatureAlgorithm<Element>& DL_ObjectImpl< BASE, SCHEME_OPTIONS, KEY >::GetSignatureAlgorithm ( ) const
inlineprotected

Definition at line 1796 of file pubkey.h.

template<class BASE, class SCHEME_OPTIONS, class KEY>
const DL_SymmetricEncryptionAlgorithm& DL_ObjectImpl< BASE, SCHEME_OPTIONS, KEY >::GetSymmetricEncryptionAlgorithm ( ) const
inlineprotected

Definition at line 1802 of file pubkey.h.


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