Crypto++  8.8
Free C++ class library of cryptographic schemes
List of all members
TF_DecryptorImpl< SCHEME_OPTIONS > Class Template Reference

Trapdoor Function (TF) decryptor options. More...

+ Inheritance diagram for TF_DecryptorImpl< SCHEME_OPTIONS >:

Additional Inherited Members

- Public Types inherited from TF_ObjectImpl< TF_DecryptorBase, SCHEME_OPTIONS, SCHEME_OPTIONS::PrivateKey >
typedef SCHEME_OPTIONS::PrivateKey KeyClass
 
- Public Types inherited from TF_ObjectImplBase< BASE, SCHEME_OPTIONS, KEY_CLASS >
typedef SCHEME_OPTIONS SchemeOptions
 
typedef KEY_CLASS KeyClass
 
- Public Member Functions inherited from TF_ObjectImpl< TF_DecryptorBase, SCHEME_OPTIONS, SCHEME_OPTIONS::PrivateKey >
const KeyClass & GetKey () const
 
KeyClass & AccessKey ()
 
- Public Member Functions inherited from TF_ObjectImplBase< BASE, SCHEME_OPTIONS, KEY_CLASS >
PublicKeyAccessPublicKey ()
 
const PublicKeyGetPublicKey () const
 
PrivateKeyAccessPrivateKey ()
 
const PrivateKeyGetPrivateKey () const
 
const KeyClass & GetTrapdoorFunction () const
 
PK_MessageAccumulatorNewSignatureAccumulator (RandomNumberGenerator &rng) const
 
PK_MessageAccumulatorNewVerificationAccumulator () const
 
- Public Member Functions inherited from AlgorithmImpl< BASE, SCHEME_OPTIONS::AlgorithmInfo >
std::string AlgorithmName () const
 The algorithm name. More...
 
- Static Public Member Functions inherited from AlgorithmImpl< BASE, SCHEME_OPTIONS::AlgorithmInfo >
static std::string StaticAlgorithmName ()
 The algorithm name. More...
 

Detailed Description

template<class SCHEME_OPTIONS>
class TF_DecryptorImpl< SCHEME_OPTIONS >

Trapdoor Function (TF) decryptor options.

Template Parameters
SCHEME_OPTIONSscheme options class

Definition at line 657 of file pubkey.h.


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