#include <gfpcrypt.h>
Inheritance diagram for DL_EncryptionAlgorithm_Xor< MAC, DHAES_MODE >:
Definition at line 420 of file gfpcrypt.h.
Public Member Functions | |
bool | ParameterSupported (const char *name) const |
unsigned int | GetSymmetricKeyLength (unsigned int plaintextLength) const |
unsigned int | GetSymmetricCiphertextLength (unsigned int plaintextLength) const |
unsigned int | GetMaxSymmetricPlaintextLength (unsigned int ciphertextLength) const |
void | SymmetricEncrypt (RandomNumberGenerator &rng, const byte *key, const byte *plaintext, unsigned int plaintextLength, byte *ciphertext, const NameValuePairs ¶meters) const |
DecodingResult | SymmetricDecrypt (const byte *key, const byte *ciphertext, unsigned int ciphertextLength, byte *plaintext, const NameValuePairs ¶meters) const |