Crypto++ 8.7
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...

#include <pubkey.h>

+ 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
 
virtual const KeyClass & GetKey () const =0
 
virtual KeyClass & AccessKey ()=0
 
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.

Member Typedef Documentation

◆ KeyClass

template<class BASE , class SCHEME_OPTIONS , class KEY_CLASS >
typedef KEY_CLASS TF_ObjectImpl< BASE, SCHEME_OPTIONS, KEY_CLASS >::KeyClass

Definition at line 643 of file pubkey.h.

Constructor & Destructor Documentation

◆ ~TF_ObjectImpl()

template<class BASE , class SCHEME_OPTIONS , class KEY_CLASS >
virtual TF_ObjectImpl< BASE, SCHEME_OPTIONS, KEY_CLASS >::~TF_ObjectImpl ( )
inlinevirtual

Definition at line 645 of file pubkey.h.

Member Function Documentation

◆ GetKey()

template<class BASE , class SCHEME_OPTIONS , class KEY_CLASS >
const KeyClass & TF_ObjectImpl< BASE, SCHEME_OPTIONS, KEY_CLASS >::GetKey ( ) const
inlinevirtual

Implements TF_ObjectImplBase< BASE, SCHEME_OPTIONS, KEY_CLASS >.

Definition at line 647 of file pubkey.h.

◆ AccessKey()

template<class BASE , class SCHEME_OPTIONS , class KEY_CLASS >
KeyClass & TF_ObjectImpl< BASE, SCHEME_OPTIONS, KEY_CLASS >::AccessKey ( )
inlinevirtual

Implements TF_ObjectImplBase< BASE, SCHEME_OPTIONS, KEY_CLASS >.

Definition at line 648 of file pubkey.h.


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