Security Scol plugin
Public Types | Public Member Functions | Protected Member Functions | List of all members
DL_ObjectImplBase< BASE, SCHEME_OPTIONS, KEY > Class Template Reference

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

#include <pubkey.h>

Inheritance diagram for DL_ObjectImplBase< BASE, SCHEME_OPTIONS, KEY >:
AlgorithmImpl< BASE, SCHEME_OPTIONS::AlgorithmInfo > DL_ObjectImpl< DL_DecryptorBase< SCHEME_OPTIONS::Element >, SCHEME_OPTIONS, SCHEME_OPTIONS::PrivateKey > DL_ObjectImpl< DL_EncryptorBase< SCHEME_OPTIONS::Element >, SCHEME_OPTIONS, SCHEME_OPTIONS::PublicKey > DL_ObjectImpl< DL_SignerBase< SCHEME_OPTIONS::Element >, SCHEME_OPTIONS, SCHEME_OPTIONS::PrivateKey > DL_ObjectImpl< DL_VerifierBase< SCHEME_OPTIONS::Element >, SCHEME_OPTIONS, SCHEME_OPTIONS::PublicKey > DL_ObjectImpl< BASE, SCHEME_OPTIONS, KEY > ElGamalObjectImpl< BASE, SCHEME_OPTIONS, KEY > DL_DecryptorImpl< SCHEME_OPTIONS > DL_EncryptorImpl< SCHEME_OPTIONS > DL_SignerImpl< SCHEME_OPTIONS > DL_VerifierImpl< SCHEME_OPTIONS >

Public Types

typedef SCHEME_OPTIONS SchemeOptions
 
typedef KEY::Element Element
 

Public Member Functions

PrivateKeyAccessPrivateKey ()
 
PublicKeyAccessPublicKey ()
 
const KEY & GetKey () const
 
KEY & AccessKey ()
 
- Public Member Functions inherited from AlgorithmImpl< BASE, SCHEME_OPTIONS::AlgorithmInfo >
std::string AlgorithmName () const
 The algorithm name.
 

Protected Member Functions

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 ()
 The algorithm name.
 

Detailed Description

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

Discrete Log (DL) base object implementation.

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

Definition at line 1956 of file pubkey.h.

Member Typedef Documentation

◆ Element

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

Definition at line 1960 of file pubkey.h.

◆ SchemeOptions

template<class BASE , class SCHEME_OPTIONS , class KEY >
typedef SCHEME_OPTIONS DL_ObjectImplBase< BASE, SCHEME_OPTIONS, KEY >::SchemeOptions

Definition at line 1959 of file pubkey.h.

Constructor & Destructor Documentation

◆ ~DL_ObjectImplBase()

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

Definition at line 1962 of file pubkey.h.

Member Function Documentation

◆ AccessKey()

template<class BASE , class SCHEME_OPTIONS , class KEY >
KEY & DL_ObjectImplBase< BASE, SCHEME_OPTIONS, KEY >::AccessKey ( )
inline

Definition at line 1969 of file pubkey.h.

◆ AccessKeyInterface()

template<class BASE , class SCHEME_OPTIONS , class KEY >
BASE::KeyInterface & DL_ObjectImplBase< BASE, SCHEME_OPTIONS, KEY >::AccessKeyInterface ( )
inlineprotected

Definition at line 1972 of file pubkey.h.

◆ AccessPrivateKey()

template<class BASE , class SCHEME_OPTIONS , class KEY >
PrivateKey & DL_ObjectImplBase< BASE, SCHEME_OPTIONS, KEY >::AccessPrivateKey ( )
inline

Definition at line 1964 of file pubkey.h.

◆ AccessPublicKey()

template<class BASE , class SCHEME_OPTIONS , class KEY >
PublicKey & DL_ObjectImplBase< BASE, SCHEME_OPTIONS, KEY >::AccessPublicKey ( )
inline

Definition at line 1965 of file pubkey.h.

◆ GetDigestSize()

template<class BASE , class SCHEME_OPTIONS , class KEY >
size_t DL_ObjectImplBase< BASE, SCHEME_OPTIONS, KEY >::GetDigestSize ( ) const
inlineprotected

Definition at line 1981 of file pubkey.h.

◆ GetHashIdentifier()

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

Definition at line 1976 of file pubkey.h.

◆ GetKey()

template<class BASE , class SCHEME_OPTIONS , class KEY >
const KEY & DL_ObjectImplBase< BASE, SCHEME_OPTIONS, KEY >::GetKey ( ) const
inline

Definition at line 1968 of file pubkey.h.

◆ GetKeyInterface()

template<class BASE , class SCHEME_OPTIONS , class KEY >
const BASE::KeyInterface & DL_ObjectImplBase< BASE, SCHEME_OPTIONS, KEY >::GetKeyInterface ( ) const
inlineprotected

Definition at line 1973 of file pubkey.h.


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