#include <pubkey.h>
Inheritance diagram for DL_CryptoSystemBase< PK, KI >:

Definition at line 1135 of file pubkey.h.
Public Types | |
| typedef DL_Base< KI >::Element | Element |
Public Member Functions | |
| unsigned int | MaxPlaintextLength (unsigned int ciphertextLength) const |
| unsigned int | CiphertextLength (unsigned int 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 |
1.4.4