#include <pubkey.h>
Inheritance diagram for DL_SignerImpl< SCHEME_OPTIONS >:
Definition at line 1367 of file pubkey.h.
Public Types | |
typedef KEY::Element | Element |
typedef SCHEME_OPTIONS | SchemeOptions |
typedef KEY | KeyClass |
Public Member Functions | |
void | CopyKeyInto (typename SCHEME_OPTIONS::PublicKey &key) const |
void | CopyKeyInto (typename SCHEME_OPTIONS::PrivateKey &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 |
BASE::KeyInterface & | AccessKeyInterface () |
const BASE::KeyInterface & | GetKeyInterface () const |
unsigned int | GetDigestSize () const |