Crypto++  8.8
Free C++ class library of cryptographic schemes
Public Types | Public Member Functions | List of all members
TF_ObjectImpl< BASE, SCHEME_OPTIONS, KEY_CLASS > Class Template Reference

Trapdoor Function (TF) signature scheme options. More...

+ Inheritance diagram for TF_ObjectImpl< BASE, SCHEME_OPTIONS, KEY_CLASS >:

Public Types

typedef KEY_CLASS KeyClass
 
- Public Types inherited from TF_ObjectImplBase< BASE, SCHEME_OPTIONS, KEY_CLASS >
typedef SCHEME_OPTIONS SchemeOptions
 
typedef KEY_CLASS KeyClass
 

Public Member Functions

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...
 

Additional Inherited Members

- Static Public Member Functions inherited from AlgorithmImpl< BASE, SCHEME_OPTIONS::AlgorithmInfo >
static std::string StaticAlgorithmName ()
 The algorithm name. More...
 

Detailed Description

template<class BASE, class SCHEME_OPTIONS, class KEY_CLASS>
class TF_ObjectImpl< BASE, SCHEME_OPTIONS, KEY_CLASS >

Trapdoor Function (TF) signature scheme options.

Template Parameters
BASEbase class
SCHEME_OPTIONSscheme options class
KEY_CLASSkey class

TF_ObjectImpl() holds a reference to a trapdoor function

Definition at line 640 of file pubkey.h.


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