Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members

KeyAgreementAlgorithm Class Reference

#include <cryptlib.h>

Inheritance diagram for KeyAgreementAlgorithm:

AsymmetricAlgorithm Algorithm Clonable AuthenticatedKeyAgreementDomain SimpleKeyAgreementDomain DH2 MQV_Domain< GROUP_PARAMETERS, COFACTOR_OPTION > DL_SimpleKeyAgreementDomainBase< T > DL_SimpleKeyAgreementDomainBase< GROUP_PARAMETERS::Element > XTR_DH DH_Domain< GROUP_PARAMETERS, COFACTOR_OPTION > List of all members.

Detailed Description

interface for key agreement algorithms

Definition at line 1066 of file cryptlib.h.

Public Member Functions

CryptoMaterialAccessMaterial ()
 returns a reference to the crypto material used by this object

const CryptoMaterialGetMaterial () const
 returns a const reference to the crypto material used by this object

virtual CryptoParametersAccessCryptoParameters ()=0
virtual const CryptoParametersGetCryptoParameters () const
void BERDecode (BufferedTransformation &bt)
 for backwards compatibility, calls AccessMaterial().Load(bt)

void DEREncode (BufferedTransformation &bt) const
 for backwards compatibility, calls GetMaterial().Save(bt)

virtual std::string AlgorithmName () const
 returns name of this algorithm, not universally implemented yet

virtual ClonableClone () const
 this is not implemented by most classes yet


The documentation for this class was generated from the following file:
Generated on Fri Aug 13 09:56:58 2004 for Crypto++ by doxygen 1.3.7