Crypto++ 8.7
Free C++ class library of cryptographic schemes
|
Trapdoor Function (TF) signature with external reference. More...
#include <pubkey.h>
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 > | |
PublicKey & | AccessPublicKey () |
const PublicKey & | GetPublicKey () const |
PrivateKey & | AccessPrivateKey () |
const PrivateKey & | GetPrivateKey () const |
virtual const KeyClass & | GetKey () const=0 |
virtual KeyClass & | AccessKey ()=0 |
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 |
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... | |
Trapdoor Function (TF) signature with external reference.
BASE | base class |
SCHEME_OPTIONS | scheme options class |
KEY | key class |
TF_ObjectImplExtRef() holds a pointer to an external key structure
|
inlinevirtual |
|
inline |
|
inline |
|
inlinevirtual |
Implements TF_ObjectImplBase< BASE, SCHEME_OPTIONS, KEY >.
|
inlinevirtual |
Implements TF_ObjectImplBase< BASE, SCHEME_OPTIONS, KEY >.