Fabcoin Core
0.16.2
P2P Digital Currency
|
_ More...
#include <pubkey.h>
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 () |
PublicKey & | AccessPublicKey () |
const PublicKey & | GetPublicKey () const |
PrivateKey & | AccessPrivateKey () |
const PrivateKey & | GetPrivateKey () const |
const KeyClass & | GetTrapdoorFunction () const |
PK_MessageAccumulator * | NewSignatureAccumulator (RandomNumberGenerator &rng) const |
PK_MessageAccumulator * | NewVerificationAccumulator () 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 TrapdoorFunctionBounds & | GetTrapdoorFunctionBounds () const |
const BASE::TrapdoorFunctionInterface & | GetTrapdoorFunctionInterface () const |
HashIdentifier | GetHashIdentifier () const |
size_t | GetDigestSize () const |
_
|
inlinevirtual |
|
inline |
|
inlinevirtual |
Implements TF_ObjectImplBase< BASE, SCHEME_OPTIONS, KEY >.
|
inlinevirtual |
Implements TF_ObjectImplBase< BASE, SCHEME_OPTIONS, KEY >.
|
inline |
|
private |