#include <pubkey.h>
Inheritance diagram for DL_EncryptorBase< T, PK >:
Definition at line 1223 of file pubkey.h.
Public Types | |
typedef T | Element |
Public Member Functions | |
void | Encrypt (RandomNumberGenerator &rng, const byte *plainText, unsigned int plainTextLength, byte *cipherText) const |
unsigned int | MaxPlaintextLength (unsigned int cipherTextLength) const |
unsigned int | CiphertextLength (unsigned int plainTextLength) const |
Protected Types | |
typedef DL_PublicKey< T > | 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 |