#include <pubkey.h>
Inheritance diagram for DL_EncryptorImpl< SCHEME_OPTIONS >:
Definition at line 1389 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 () |
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 |
HashIdentifier | GetHashIdentifier () const |
const PK_SignatureMessageEncodingMethod & | GetMessageEncodingInterface () const |
DL_EncryptorBase< SCHEME_OPTIONS::Element >::KeyInterface & | AccessKeyInterface () |
const DL_EncryptorBase< SCHEME_OPTIONS::Element >::KeyInterface & | GetKeyInterface () const |
unsigned int | GetDigestSize () const |