SimpleKeyAgreementDomain Member List

This is the complete list of members for SimpleKeyAgreementDomain, including all inherited members.
AccessCryptoParameters()=0 (defined in KeyAgreementAlgorithm)KeyAgreementAlgorithm [pure virtual]
AccessMaterial()KeyAgreementAlgorithm [inline, virtual]
Agree(byte *agreedValue, const byte *privateKey, const byte *otherPublicKey, bool validateOtherPublicKey=true) const =0SimpleKeyAgreementDomain [pure virtual]
AgreedValueLength() const =0SimpleKeyAgreementDomain [pure virtual]
Algorithm(bool checkSelfTestStatus=true)Algorithm
AlgorithmName() const Algorithm [inline, virtual]
BERDecode(BufferedTransformation &bt)AsymmetricAlgorithm [inline]
Clone() const Clonable [inline, virtual]
DEREncode(BufferedTransformation &bt) const AsymmetricAlgorithm [inline]
GenerateKeyPair(RandomNumberGenerator &rng, byte *privateKey, byte *publicKey) const SimpleKeyAgreementDomain [virtual]
GeneratePrivateKey(RandomNumberGenerator &rng, byte *privateKey) const =0SimpleKeyAgreementDomain [pure virtual]
GeneratePublicKey(RandomNumberGenerator &rng, const byte *privateKey, byte *publicKey) const =0SimpleKeyAgreementDomain [pure virtual]
GetCryptoParameters() const (defined in KeyAgreementAlgorithm)KeyAgreementAlgorithm [inline, virtual]
GetMaterial() const KeyAgreementAlgorithm [inline, virtual]
PrivateKeyLength() const =0SimpleKeyAgreementDomain [pure virtual]
PublicKeyLength() const =0SimpleKeyAgreementDomain [pure virtual]
~Clonable() (defined in Clonable)Clonable [inline, virtual]