ElGamalBase Member List

This is the complete list of members for ElGamalBase, including all inherited members.
AgreeWithEphemeralPrivateKey(const DL_GroupParameters< Element > &params, const DL_FixedBasePrecomputation< Element > &publicPrecomputation, const Integer &privateExponent) const (defined in DL_KeyAgreementAlgorithm_DH< Integer, NoCofactorMultiplication >)DL_KeyAgreementAlgorithm_DH< Integer, NoCofactorMultiplication > [inline, virtual]
AgreeWithStaticPrivateKey(const DL_GroupParameters< Element > &params, const Element &publicElement, bool validateOtherPublicKey, const Integer &privateExponent) const (defined in DL_KeyAgreementAlgorithm_DH< Integer, NoCofactorMultiplication >)DL_KeyAgreementAlgorithm_DH< Integer, NoCofactorMultiplication > [inline, virtual]
Derive(const DL_GroupParameters< Integer > &groupParams, byte *derivedKey, size_t derivedLength, const Integer &agreedElement, const Integer &ephemeralPublicKey, const NameValuePairs &derivationParams) const (defined in ElGamalBase)ElGamalBase [inline]
Derive(const DL_GroupParameters< Integer > &groupParams, byte *derivedKey, size_t derivedLength, const Integer &agreedElement, const Integer &ephemeralPublicKey, const NameValuePairs &derivationParams) const =0 (defined in DL_KeyDerivationAlgorithm< Integer >)DL_KeyDerivationAlgorithm< Integer > [pure virtual]
Element typedef (defined in DL_KeyAgreementAlgorithm_DH< Integer, NoCofactorMultiplication >)DL_KeyAgreementAlgorithm_DH< Integer, NoCofactorMultiplication >
GetGroupParameters() const =0 (defined in ElGamalBase)ElGamalBase [pure virtual]
GetMaxSymmetricPlaintextLength(size_t cipherTextLength) const (defined in ElGamalBase)ElGamalBase [inline, virtual]
GetSymmetricCiphertextLength(size_t plainTextLength) const (defined in ElGamalBase)ElGamalBase [inline, virtual]
GetSymmetricKeyLength(size_t plainTextLength) const (defined in ElGamalBase)ElGamalBase [inline, virtual]
ParameterSupported(const char *name) const (defined in DL_KeyDerivationAlgorithm< Integer >)DL_KeyDerivationAlgorithm< Integer > [inline, virtual]
ParameterSupported(const char *name) const (defined in DL_SymmetricEncryptionAlgorithm)DL_SymmetricEncryptionAlgorithm [inline, virtual]
StaticAlgorithmName() (defined in DL_KeyAgreementAlgorithm_DH< Integer, NoCofactorMultiplication >)DL_KeyAgreementAlgorithm_DH< Integer, NoCofactorMultiplication > [inline, static]
SymmetricDecrypt(const byte *key, const byte *cipherText, size_t cipherTextLength, byte *plainText, const NameValuePairs &parameters) const (defined in ElGamalBase)ElGamalBase [inline, virtual]
SymmetricEncrypt(RandomNumberGenerator &rng, const byte *key, const byte *plainText, size_t plainTextLength, byte *cipherText, const NameValuePairs &parameters) const (defined in ElGamalBase)ElGamalBase [inline, virtual]