#include <pubkey.h>
Inheritance diagram for TF_ObjectImpl< BASE, SCHEME_OPTIONS, KEY_COPIER >:

Definition at line 454 of file pubkey.h.
Public Types | |
| typedef KEY_COPIER::KeyClass | KeyClass |
| typedef SCHEME_OPTIONS | SchemeOptions |
Public Member Functions | |
| const KeyClass & | GetKey () const |
| KeyClass & | AccessKey () |
| void | CopyKeyInto (typename SCHEME_OPTIONS::PrivateKey &key) const |
| void | CopyKeyInto (typename SCHEME_OPTIONS::PublicKey &key) const |
| 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 |
Static Public Member Functions | |
| std::string | StaticAlgorithmName () |
Protected Member Functions | |
|
const TwoBases< BASE, KEY_COPIER >::MessageEncodingInterface & | GetMessageEncodingInterface () const |
| const TrapdoorFunctionBounds & | GetTrapdoorFunctionBounds () const |
|
const TwoBases< BASE, KEY_COPIER >::TrapdoorFunctionInterface & | GetTrapdoorFunctionInterface () const |
| HashIdentifier | GetHashIdentifier () const |
| unsigned int | GetDigestSize () const |
1.3.7-20040704