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

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