ElGamalObjectImpl< BASE, SCHEME_OPTIONS, KEY > Member List

This is the complete list of members for ElGamalObjectImpl< BASE, SCHEME_OPTIONS, KEY >, including all inherited members.
AccessKey() (defined in DL_ObjectImplBase< BASE, SCHEME_OPTIONS, KEY >)DL_ObjectImplBase< BASE, SCHEME_OPTIONS, KEY > [inline]
AccessKeyInterface() (defined in DL_ObjectImplBase< BASE, SCHEME_OPTIONS, KEY >)DL_ObjectImplBase< BASE, SCHEME_OPTIONS, KEY > [inline, protected]
AccessPrivateKey() (defined in DL_ObjectImplBase< BASE, SCHEME_OPTIONS, KEY >)DL_ObjectImplBase< BASE, SCHEME_OPTIONS, KEY > [inline]
AccessPublicKey() (defined in DL_ObjectImplBase< BASE, SCHEME_OPTIONS, KEY >)DL_ObjectImplBase< BASE, SCHEME_OPTIONS, KEY > [inline]
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]
AlgorithmName() const (defined in AlgorithmImpl< BASE, SCHEME_OPTIONS::AlgorithmInfo >)AlgorithmImpl< BASE, SCHEME_OPTIONS::AlgorithmInfo > [inline]
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_ObjectImplBase< BASE, SCHEME_OPTIONS, KEY >)DL_ObjectImplBase< BASE, SCHEME_OPTIONS, KEY >
Element typedef (defined in DL_KeyAgreementAlgorithm_DH< Integer, NoCofactorMultiplication >)DL_KeyAgreementAlgorithm_DH< Integer, NoCofactorMultiplication >
FixedCiphertextLength() const (defined in ElGamalObjectImpl< BASE, SCHEME_OPTIONS, KEY >)ElGamalObjectImpl< BASE, SCHEME_OPTIONS, KEY > [inline]
FixedLengthDecrypt(RandomNumberGenerator &rng, const byte *cipherText, byte *plainText) const (defined in ElGamalObjectImpl< BASE, SCHEME_OPTIONS, KEY >)ElGamalObjectImpl< BASE, SCHEME_OPTIONS, KEY > [inline]
FixedMaxPlaintextLength() const (defined in ElGamalObjectImpl< BASE, SCHEME_OPTIONS, KEY >)ElGamalObjectImpl< BASE, SCHEME_OPTIONS, KEY > [inline]
GetDigestSize() const (defined in DL_ObjectImplBase< BASE, SCHEME_OPTIONS, KEY >)DL_ObjectImplBase< BASE, SCHEME_OPTIONS, KEY > [inline, protected]
GetGroupParameters() const (defined in ElGamalObjectImpl< BASE, SCHEME_OPTIONS, KEY >)ElGamalObjectImpl< BASE, SCHEME_OPTIONS, KEY > [inline, virtual]
GetHashIdentifier() const (defined in DL_ObjectImplBase< BASE, SCHEME_OPTIONS, KEY >)DL_ObjectImplBase< BASE, SCHEME_OPTIONS, KEY > [inline, protected]
GetKey() const (defined in DL_ObjectImplBase< BASE, SCHEME_OPTIONS, KEY >)DL_ObjectImplBase< BASE, SCHEME_OPTIONS, KEY > [inline]
GetKeyAgreementAlgorithm() const (defined in ElGamalObjectImpl< BASE, SCHEME_OPTIONS, KEY >)ElGamalObjectImpl< BASE, SCHEME_OPTIONS, KEY > [inline, protected]
GetKeyDerivationAlgorithm() const (defined in ElGamalObjectImpl< BASE, SCHEME_OPTIONS, KEY >)ElGamalObjectImpl< BASE, SCHEME_OPTIONS, KEY > [inline, protected]
GetKeyInterface() const (defined in DL_ObjectImplBase< BASE, SCHEME_OPTIONS, KEY >)DL_ObjectImplBase< BASE, SCHEME_OPTIONS, KEY > [inline, protected]
GetMaxSymmetricPlaintextLength(size_t cipherTextLength) const (defined in ElGamalBase)ElGamalBase [inline, virtual]
GetSymmetricCiphertextLength(size_t plainTextLength) const (defined in ElGamalBase)ElGamalBase [inline, virtual]
GetSymmetricEncryptionAlgorithm() const (defined in ElGamalObjectImpl< BASE, SCHEME_OPTIONS, KEY >)ElGamalObjectImpl< BASE, SCHEME_OPTIONS, KEY > [inline, protected]
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]
SchemeOptions typedef (defined in DL_ObjectImplBase< BASE, SCHEME_OPTIONS, KEY >)DL_ObjectImplBase< BASE, SCHEME_OPTIONS, KEY >
StaticAlgorithmName() (defined in AlgorithmImpl< BASE, SCHEME_OPTIONS::AlgorithmInfo >)AlgorithmImpl< BASE, SCHEME_OPTIONS::AlgorithmInfo > [inline, static]
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]