![]() |
Fabcoin Core
0.16.2
P2P Digital Currency
|
_ More...
#include <pubkey.h>
Public Types | |
| typedef SCHEME_OPTIONS | SchemeOptions |
| typedef KEY_CLASS | KeyClass |
Public Member Functions | |
| virtual | ~TF_ObjectImplBase () |
| 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 |
Protected Member Functions | |
| const BASE::MessageEncodingInterface & | GetMessageEncodingInterface () const |
| const TrapdoorFunctionBounds & | GetTrapdoorFunctionBounds () const |
| const BASE::TrapdoorFunctionInterface & | GetTrapdoorFunctionInterface () const |
| HashIdentifier | GetHashIdentifier () const |
| size_t | GetDigestSize () const |
Additional Inherited Members | |
Static Public Member Functions inherited from AlgorithmImpl< BASE, SCHEME_OPTIONS::AlgorithmInfo > | |
| static std::string CRYPTOPP_API | StaticAlgorithmName () |
_
| typedef KEY_CLASS TF_ObjectImplBase< BASE, SCHEME_OPTIONS, KEY_CLASS >::KeyClass |
| typedef SCHEME_OPTIONS TF_ObjectImplBase< BASE, SCHEME_OPTIONS, KEY_CLASS >::SchemeOptions |
|
inlinevirtual |
|
pure virtual |
Implemented in TF_ObjectImpl< BASE, SCHEME_OPTIONS, KEY_CLASS >, TF_ObjectImpl< TF_EncryptorBase, SCHEME_OPTIONS, SCHEME_OPTIONS::PublicKey >, TF_ObjectImpl< TF_DecryptorBase, SCHEME_OPTIONS, SCHEME_OPTIONS::PrivateKey >, TF_ObjectImpl< TF_SignerBase, SCHEME_OPTIONS, SCHEME_OPTIONS::PrivateKey >, TF_ObjectImpl< TF_VerifierBase, SCHEME_OPTIONS, SCHEME_OPTIONS::PublicKey >, and TF_ObjectImplExtRef< BASE, SCHEME_OPTIONS, KEY >.
|
inline |
|
inline |
|
inlineprotected |
|
inlineprotected |
|
pure virtual |
Implemented in TF_ObjectImpl< BASE, SCHEME_OPTIONS, KEY_CLASS >, TF_ObjectImpl< TF_EncryptorBase, SCHEME_OPTIONS, SCHEME_OPTIONS::PublicKey >, TF_ObjectImpl< TF_DecryptorBase, SCHEME_OPTIONS, SCHEME_OPTIONS::PrivateKey >, TF_ObjectImpl< TF_SignerBase, SCHEME_OPTIONS, SCHEME_OPTIONS::PrivateKey >, TF_ObjectImpl< TF_VerifierBase, SCHEME_OPTIONS, SCHEME_OPTIONS::PublicKey >, and TF_ObjectImplExtRef< BASE, SCHEME_OPTIONS, KEY >.
|
inlineprotected |
|
inline |
|
inline |
|
inline |
|
inlineprotected |
|
inlineprotected |
|
inline |
|
inline |
1.8.11