#include <pubkey.h>
Inheritance diagram for TF_ObjectImplExtRef< BASE, SCHEME_OPTIONS, KEY >:

Definition at line 289 of file pubkey.h.
Public Types | |
| typedef SCHEME_OPTIONS | SchemeOptions |
| typedef KEY | KeyClass |
Public Member Functions | |
| TF_ObjectImplExtRef (const KEY *pKey=NULL) | |
| void | SetKeyPtr (const KEY *pKey) |
| const KEY & | GetKey () const |
| KEY & | 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 |
| std::string | AlgorithmName () const |
Protected Member Functions | |
| const PK_PaddingAlgorithm & | GetPaddingAlgorithm () const |
| const TrapdoorFunctionBounds & | GetTrapdoorFunctionBounds () const |
| const BASE::TrapdoorFunctionInterface & | GetTrapdoorFunctionInterface () const |
1.3.2