| AccessCryptoParameters() | XTR_DH | [inline, virtual] |
| AccessMaterial() | KeyAgreementAlgorithm | [inline, virtual] |
| Agree(byte *agreedValue, const byte *privateKey, const byte *otherPublicKey, bool validateOtherPublicKey=true) const | XTR_DH | [virtual] |
| AgreedValueLength() const | XTR_DH | [inline, virtual] |
| Algorithm(bool checkSelfTestStatus=true) | Algorithm | |
| AlgorithmName() const | Algorithm | [inline, virtual] |
| AssignFrom(const NameValuePairs &source) | XTR_DH | [virtual] |
| BERDecode(BufferedTransformation &bt) | AsymmetricAlgorithm | [inline] |
| Clone() const | Clonable | [inline, virtual] |
| DEREncode(BufferedTransformation &domainParams) const | XTR_DH | |
| GenerateKeyPair(RandomNumberGenerator &rng, byte *privateKey, byte *publicKey) const | SimpleKeyAgreementDomain | [virtual] |
| GeneratePrivateKey(RandomNumberGenerator &rng, byte *privateKey) const | XTR_DH | [virtual] |
| GeneratePublicKey(RandomNumberGenerator &rng, const byte *privateKey, byte *publicKey) const | XTR_DH | [virtual] |
| GetCryptoParameters() const | KeyAgreementAlgorithm | [inline, virtual] |
| GetMaterial() const | KeyAgreementAlgorithm | [inline, virtual] |
| GetModulus() const | XTR_DH | [inline] |
| GetSubgroupGenerator() const | XTR_DH | [inline] |
| GetSubgroupOrder() const | XTR_DH | [inline] |
| GetVoidValue(const char *name, const std::type_info &valueType, void *pValue) const | XTR_DH | [virtual] |
| PrivateKeyLength() const | XTR_DH | [inline, virtual] |
| PublicKeyLength() const | XTR_DH | [inline, virtual] |
| SetModulus(const Integer &p) | XTR_DH | [inline] |
| SetSubgroupGenerator(const GFP2Element &g) | XTR_DH | [inline] |
| SetSubgroupOrder(const Integer &q) | XTR_DH | [inline] |
| Validate(RandomNumberGenerator &rng, unsigned int level) const | XTR_DH | [virtual] |
| XTR_DH(const Integer &p, const Integer &q, const GFP2Element &g) | XTR_DH | |
| XTR_DH(RandomNumberGenerator &rng, unsigned int pbits, unsigned int qbits) | XTR_DH | |
| XTR_DH(BufferedTransformation &domainParams) | XTR_DH | |
| ~Clonable() | Clonable | [inline, virtual] |