#include <pubkey.h>
Inheritance diagram for DL_PublicObjectImpl< BASE, SCHEME_OPTIONS >:
Definition at line 1302 of file pubkey.h.
Public Types | |
typedef SCHEME_OPTIONS::PublicKey::Element | Element |
typedef SCHEME_OPTIONS | SchemeOptions |
typedef SCHEME_OPTIONS::PublicKey | KeyClass |
Public Member Functions | |
void | CopyKeyInto (typename SCHEME_OPTIONS::PublicKey &key) const |
PrivateKey & | AccessPrivateKey () |
PublicKey & | AccessPublicKey () |
const KeyClass & | GetKey () const |
KeyClass & | AccessKey () |
std::string | AlgorithmName () const |
Protected Member Functions | |
const DL_ElgamalLikeSignatureAlgorithm< Element > & | GetSignatureAlgorithm () const |
const DL_KeyAgreementAlgorithm< Element > & | GetKeyAgreementAlgorithm () const |
const DL_KeyDerivationAlgorithm< Element > & | GetKeyDerivationAlgorithm () const |
const DL_SymmetricEncryptionAlgorithm & | GetSymmetricEncryptionAlgorithm () const |
BASE::KeyInterface & | AccessKeyInterface () |
const BASE::KeyInterface & | GetKeyInterface () const |