|
Crypto++ 8.9
Free C++ class library of cryptographic schemes
|
Trapdoor Function (TF) base implementation. More...
#include <pubkey.h>
Inheritance diagram for TF_ObjectImplBase< BASE, SCHEME_OPTIONS, KEY_CLASS >:Public Types | |
| typedef SCHEME_OPTIONS | SchemeOptions |
| typedef KEY_CLASS | KeyClass |
Public Member Functions | |
| 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. | |
Additional Inherited Members | |
Static Public Member Functions inherited from AlgorithmImpl< BASE, SCHEME_OPTIONS::AlgorithmInfo > | |
| static std::string | StaticAlgorithmName () |
| The algorithm name. | |
Trapdoor Function (TF) base implementation.
| BASE | base class |
| SCHEME_OPTIONS | scheme options class |
| KEY_CLASS | key class |
| typedef SCHEME_OPTIONS TF_ObjectImplBase< BASE, SCHEME_OPTIONS, KEY_CLASS >::SchemeOptions |
| typedef KEY_CLASS TF_ObjectImplBase< BASE, SCHEME_OPTIONS, KEY_CLASS >::KeyClass |
|
inlinevirtual |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |