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

Definition at line 319 of file pubkey.h.
Public Types | |
| typedef SCHEME_OPTIONS | SchemeOptions |
| typedef SCHEME_OPTIONS::PublicKey | KeyClass |
Public Member Functions | |
| void | CopyKeyInto (typename SCHEME_OPTIONS::PublicKey &key) const |
| const SCHEME_OPTIONS::PublicKey & | GetKey () const |
| SCHEME_OPTIONS::PublicKey & | AccessKey () |
| 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