Crypto++
Public Types | Public Member Functions | Protected Member Functions
DL_EncryptorBase Class Reference

_ More...

#include <pubkey.h>

Inheritance diagram for DL_EncryptorBase:
DL_CryptoSystemBase< PK_Encryptor, DL_PublicKey< T > >

List of all members.

Public Types

typedef T Element

Public Member Functions

void Encrypt (RandomNumberGenerator &rng, const byte *plaintext, size_t plaintextLength, byte *ciphertext, 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 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

Detailed Description

_


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