Crypto++
8.9
Free C++ class library of cryptographic schemes
|
Trapdoor Function (TF) signature scheme options. More...
Public Types | |
typedef KEY_CLASS | KeyClass |
![]() | |
typedef SCHEME_OPTIONS | SchemeOptions |
typedef KEY_CLASS | KeyClass |
Public Member Functions | |
const KeyClass & | GetKey () const |
KeyClass & | AccessKey () |
![]() | |
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 |
![]() | |
std::string | AlgorithmName () const |
The algorithm name. More... | |
Additional Inherited Members | |
![]() | |
static std::string | StaticAlgorithmName () |
The algorithm name. More... | |
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