Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | Private Attributes | List of all members
TF_ObjectImplExtRef< BASE, SCHEME_OPTIONS, KEY > Class Template Reference

_ More...

#include <pubkey.h>

Inheritance diagram for TF_ObjectImplExtRef< BASE, SCHEME_OPTIONS, KEY >:
[legend]
Collaboration diagram for TF_ObjectImplExtRef< BASE, SCHEME_OPTIONS, KEY >:
[legend]

Public Member Functions

virtual ~TF_ObjectImplExtRef ()
 
 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 >
virtual ~TF_ObjectImplBase ()
 
PublicKeyAccessPublicKey ()
 
const PublicKeyGetPublicKey () const
 
PrivateKeyAccessPrivateKey ()
 
const PrivateKeyGetPrivateKey () const
 
const KeyClassGetTrapdoorFunction () const
 
PK_MessageAccumulatorNewSignatureAccumulator (RandomNumberGenerator &rng) const
 
PK_MessageAccumulatorNewVerificationAccumulator () const
 
- Public Member Functions inherited from AlgorithmImpl< BASE, SCHEME_OPTIONS::AlgorithmInfo >
std::string AlgorithmName () const
 

Private Attributes

const KEY * m_pKey
 

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 ()
 
- 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 >

_

Definition at line 607 of file pubkey.h.

Constructor & Destructor Documentation

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

Definition at line 610 of file pubkey.h.

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

Definition at line 612 of file pubkey.h.

Member Function Documentation

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 616 of file pubkey.h.

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 615 of file pubkey.h.

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

Definition at line 613 of file pubkey.h.

Member Data Documentation

template<class BASE , class SCHEME_OPTIONS , class KEY >
const KEY* TF_ObjectImplExtRef< BASE, SCHEME_OPTIONS, KEY >::m_pKey
private

Definition at line 619 of file pubkey.h.


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