|
Crypto++
|
_ More...
#include <pubkey.h>
Public Types | |
| typedef T | Element |
Public Member Functions | |
| DecodingResult | Decrypt (RandomNumberGenerator &rng, const byte *ciphertext, size_t ciphertextLength, byte *plaintext, const NameValuePairs ¶meters=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 |
_
1.7.5