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

#include <pubkey.h>

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

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

Constructor & Destructor Documentation

◆ ~TF_ObjectImplExtRef()

template<class BASE , class SCHEME_OPTIONS , class KEY >
virtual TF_ObjectImplExtRef< BASE, SCHEME_OPTIONS, KEY >::~TF_ObjectImplExtRef ( )
inlinevirtual

Definition at line 622 of file pubkey.h.

◆ TF_ObjectImplExtRef()

template<class BASE , class SCHEME_OPTIONS , class KEY >
TF_ObjectImplExtRef< BASE, SCHEME_OPTIONS, KEY >::TF_ObjectImplExtRef ( const KEY *  pKey = NULL)
inline

Definition at line 624 of file pubkey.h.

Member Function Documentation

◆ SetKeyPtr()

template<class BASE , class SCHEME_OPTIONS , class KEY >
void TF_ObjectImplExtRef< BASE, SCHEME_OPTIONS, KEY >::SetKeyPtr ( const KEY *  pKey)
inline

Definition at line 625 of file pubkey.h.

◆ GetKey()

template<class BASE , class SCHEME_OPTIONS , class KEY >
const KEY & TF_ObjectImplExtRef< BASE, SCHEME_OPTIONS, KEY >::GetKey ( ) const
inlinevirtual

Implements TF_ObjectImplBase< BASE, SCHEME_OPTIONS, KEY >.

Definition at line 627 of file pubkey.h.

◆ AccessKey()

template<class BASE , class SCHEME_OPTIONS , class KEY >
KEY & TF_ObjectImplExtRef< BASE, SCHEME_OPTIONS, KEY >::AccessKey ( )
inlinevirtual

Implements TF_ObjectImplBase< BASE, SCHEME_OPTIONS, KEY >.

Definition at line 628 of file pubkey.h.


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