Security Scol plugin
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 >:
TF_ObjectImplBase< BASE, SCHEME_OPTIONS, KEY > AlgorithmImpl< BASE, SCHEME_OPTIONS::AlgorithmInfo >

Public Member Functions

 TF_ObjectImplExtRef (const KEY *pKey=NULLPTR)
 
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.
 

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 CRYPTOPP_API StaticAlgorithmName ()
 The algorithm name.
 
- Protected Member Functions inherited from TF_ObjectImplBase< BASE, SCHEME_OPTIONS, KEY >
const BASE::MessageEncodingInterface & GetMessageEncodingInterface () const
 
const TrapdoorFunctionBoundsGetTrapdoorFunctionBounds () const
 
const BASE::TrapdoorFunctionInterface & GetTrapdoorFunctionInterface () const
 
HashIdentifier GetHashIdentifier () const
 
size_t GetDigestSize () const
 

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 = NULLPTR)
inline

Definition at line 624 of file pubkey.h.

Member Function Documentation

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

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

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


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