DL_DecryptorBase< T > Class Template Reference

_ More...

#include <pubkey.h>

Inheritance diagram for DL_DecryptorBase< T >:

DL_CryptoSystemBase< PK_Decryptor, DL_PrivateKey< T > > DL_Base< KI >

List of all members.

Public Types

typedef T Element

Public Member Functions

DecodingResult Decrypt (RandomNumberGenerator &rng, const byte *ciphertext, size_t ciphertextLength, byte *plaintext, const NameValuePairs &parameters=g_nullNameValuePairs) const
size_t MaxPlaintextLength (size_t ciphertextLength) const
size_t CiphertextLength (size_t plaintextLength) const
bool ParameterSupported (const char *name) const

Protected Types

typedef KI KeyInterface

Protected Member Functions

virtual const
DL_KeyAgreementAlgorithm
< Element > & 
GetKeyAgreementAlgorithm () const =0
virtual const
DL_KeyDerivationAlgorithm
< Element > & 
GetKeyDerivationAlgorithm () const =0
virtual const
DL_SymmetricEncryptionAlgorithm
GetSymmetricEncryptionAlgorithm () const =0
const DL_GroupParameters
< Element > & 
GetAbstractGroupParameters () const
DL_GroupParameters< Element > & AccessAbstractGroupParameters ()
virtual KeyInterface & AccessKeyInterface ()=0
virtual const KeyInterface & GetKeyInterface () const =0


Detailed Description

template<class T>
class DL_DecryptorBase< T >

_

Definition at line 1179 of file pubkey.h.


The documentation for this class was generated from the following file:

Generated on Mon Oct 27 02:45:00 2008 for Crypto++ by  doxygen 1.5.7.1