Security Scol plugin
List of all members
DL_EncryptorImpl< SCHEME_OPTIONS > Class Template Reference

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

#include <pubkey.h>

Inheritance diagram for DL_EncryptorImpl< SCHEME_OPTIONS >:
DL_ObjectImpl< DL_EncryptorBase< SCHEME_OPTIONS::Element >, SCHEME_OPTIONS, SCHEME_OPTIONS::PublicKey > DL_ObjectImplBase< BASE, SCHEME_OPTIONS, KEY > AlgorithmImpl< BASE, SCHEME_OPTIONS::AlgorithmInfo >

Additional Inherited Members

- Public Types inherited from DL_ObjectImpl< DL_EncryptorBase< SCHEME_OPTIONS::Element >, SCHEME_OPTIONS, SCHEME_OPTIONS::PublicKey >
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 inherited from DL_ObjectImplBase< BASE, SCHEME_OPTIONS, KEY >
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.
 
- Static Public Member Functions inherited from AlgorithmImpl< BASE, SCHEME_OPTIONS::AlgorithmInfo >
static std::string CRYPTOPP_API StaticAlgorithmName ()
 The algorithm name.
 
- Protected Member Functions inherited from DL_ObjectImpl< DL_EncryptorBase< SCHEME_OPTIONS::Element >, SCHEME_OPTIONS, SCHEME_OPTIONS::PublicKey >
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
 

Detailed Description

template<class SCHEME_OPTIONS>
class DL_EncryptorImpl< SCHEME_OPTIONS >

Discrete Log (DL) encryptor implementation.

Template Parameters
SCHEME_OPTIONSoptions for the scheme

Definition at line 2047 of file pubkey.h.


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