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

Trapdoor Function (TF) signature with external reference. More...

+ Inheritance diagram for TF_ObjectImplExtRef< BASE, SCHEME_OPTIONS, KEY >:

Public Member Functions

 TF_ObjectImplExtRef (const KEY *pKey=NULL)
 
void SetKeyPtr (const KEY *pKey)
 
const KEY & GetKey () const
 
KEY & AccessKey ()
 
- Public Member Functions inherited from TF_ObjectImplBase< BASE, SCHEME_OPTIONS, KEY >
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

- Public Types inherited from TF_ObjectImplBase< BASE, SCHEME_OPTIONS, KEY >
typedef SCHEME_OPTIONS SchemeOptions
 
typedef KEY KeyClass
 
- 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 TF_ObjectImplExtRef< BASE, SCHEME_OPTIONS, KEY >

Trapdoor Function (TF) signature with external reference.

Template Parameters
BASEbase class
SCHEME_OPTIONSscheme options class
KEYkey class

TF_ObjectImplExtRef() holds a pointer to an external key structure

Definition at line 619 of file pubkey.h.


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