|
Security Scol plugin
|
Trapdoor Function (TF) signature scheme options. More...
#include <pubkey.h>
Public Types | |
| typedef KEY_CLASS | KeyClass |
Public Types inherited from TF_ObjectImplBase< BASE, SCHEME_OPTIONS, KEY_CLASS > | |
| typedef SCHEME_OPTIONS | SchemeOptions |
| typedef KEY_CLASS | KeyClass |
Public Member Functions | |
| const KeyClass & | GetKey () const |
| KeyClass & | AccessKey () |
Public Member Functions inherited from TF_ObjectImplBase< BASE, SCHEME_OPTIONS, KEY_CLASS > | |
| 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 |
| The algorithm name. | |
Additional Inherited Members | |
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_CLASS > | |
| const BASE::MessageEncodingInterface & | GetMessageEncodingInterface () const |
| const TrapdoorFunctionBounds & | GetTrapdoorFunctionBounds () const |
| const BASE::TrapdoorFunctionInterface & | GetTrapdoorFunctionInterface () const |
| HashIdentifier | GetHashIdentifier () const |
| size_t | GetDigestSize () const |
Trapdoor Function (TF) signature scheme options.
| BASE | base class |
| SCHEME_OPTIONS | scheme options class |
| KEY_CLASS | key class |
TF_ObjectImpl() holds a reference to a trapdoor function
| typedef KEY_CLASS TF_ObjectImpl< BASE, SCHEME_OPTIONS, KEY_CLASS >::KeyClass |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |