Crypto++ 8.7
Free C++ class library of cryptographic schemes
Public Types | Static Public Member Functions | List of all members
TF_ES< KEYS, STANDARD, ALG_INFO > Class Template Reference

Trapdoor Function (TF) encryption scheme. More...

+ Inheritance diagram for TF_ES< KEYS, STANDARD, ALG_INFO >:

Public Types

typedef STANDARD Standard
 see EncryptionStandard for a list of standards More...
 
typedef TF_CryptoSchemeOptions< ALG_INFO, KEYS, MessageEncodingMethod > SchemeOptions
 
typedef PK_FinalTemplate< TF_DecryptorImpl< SchemeOptions > > Decryptor
 implements PK_Decryptor interface More...
 
typedef PK_FinalTemplate< TF_EncryptorImpl< SchemeOptions > > Encryptor
 implements PK_Encryptor interface More...
 

Static Public Member Functions

static std::string StaticAlgorithmName ()
 

Detailed Description

template<class KEYS, class STANDARD, class ALG_INFO = TF_ES<KEYS, STANDARD, int>>
class TF_ES< KEYS, STANDARD, ALG_INFO >

Trapdoor Function (TF) encryption scheme.

Template Parameters
STANDARDstandard
KEYSkeys used in the encryption scheme
ALG_INFOalgorithm information

Definition at line 2289 of file pubkey.h.

Member Typedef Documentation

◆ Standard

template<class KEYS , class STANDARD , class ALG_INFO = TF_ES<KEYS, STANDARD, int>>
typedef STANDARD TF_ES< KEYS, STANDARD, ALG_INFO >::Standard

see EncryptionStandard for a list of standards

Definition at line 2295 of file pubkey.h.

◆ SchemeOptions

template<class KEYS , class STANDARD , class ALG_INFO = TF_ES<KEYS, STANDARD, int>>
typedef TF_CryptoSchemeOptions<ALG_INFO, KEYS, MessageEncodingMethod> TF_ES< KEYS, STANDARD, ALG_INFO >::SchemeOptions

Definition at line 2296 of file pubkey.h.

◆ Decryptor

template<class KEYS , class STANDARD , class ALG_INFO = TF_ES<KEYS, STANDARD, int>>
typedef PK_FinalTemplate<TF_DecryptorImpl<SchemeOptions> > TF_ES< KEYS, STANDARD, ALG_INFO >::Decryptor

implements PK_Decryptor interface

Definition at line 2301 of file pubkey.h.

◆ Encryptor

template<class KEYS , class STANDARD , class ALG_INFO = TF_ES<KEYS, STANDARD, int>>
typedef PK_FinalTemplate<TF_EncryptorImpl<SchemeOptions> > TF_ES< KEYS, STANDARD, ALG_INFO >::Encryptor

implements PK_Encryptor interface

Definition at line 2303 of file pubkey.h.

Member Function Documentation

◆ StaticAlgorithmName()

template<class KEYS , class STANDARD , class ALG_INFO = TF_ES<KEYS, STANDARD, int>>
static std::string TF_ES< KEYS, STANDARD, ALG_INFO >::StaticAlgorithmName ( )
inlinestatic

Definition at line 2298 of file pubkey.h.


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