#include <pubkey.h>
Inheritance diagram for TF_DecryptorImpl< SCHEME_OPTIONS >:
Definition at line 463 of file pubkey.h.
Public Types | |
typedef SCHEME_OPTIONS | SchemeOptions |
typedef SCHEME_OPTIONS::PrivateKey | KeyClass |
Public Member Functions | |
void | CopyKeyInto (typename SCHEME_OPTIONS::PrivateKey &key) const |
void | CopyKeyInto (typename SCHEME_OPTIONS::PublicKey &key) const |
const SCHEME_OPTIONS::PrivateKey & | GetKey () const |
SCHEME_OPTIONS::PrivateKey & | AccessKey () |
PublicKey & | AccessPublicKey () |
const PublicKey & | GetPublicKey () const |
PrivateKey & | AccessPrivateKey () |
const PrivateKey & | GetPrivateKey () const |
const KeyClass & | GetTrapdoorFunction () const |
Protected Member Functions | |
const TF_DecryptorBase::MessageEncodingInterface & | GetMessageEncodingInterface () const |
const TrapdoorFunctionBounds & | GetTrapdoorFunctionBounds () const |
const TF_DecryptorBase::TrapdoorFunctionInterface & | GetTrapdoorFunctionInterface () const |
HashIdentifier | GetHashIdentifier () const |
unsigned int | GetDigestSize () const |