|
Crypto++ 8.9
Free C++ class library of cryptographic schemes
|
Interface for key agreement algorithms. More...
#include <cryptlib.h>
Inheritance diagram for KeyAgreementAlgorithm:Public Member Functions | |
| CryptoMaterial & | AccessMaterial () |
| Retrieves a reference to Crypto Parameters. | |
| const CryptoMaterial & | GetMaterial () const |
| Retrieves a reference to Crypto Parameters. | |
| virtual CryptoParameters & | AccessCryptoParameters ()=0 |
| Retrieves a reference to Crypto Parameters. | |
| virtual const CryptoParameters & | GetCryptoParameters () const |
| Retrieves a reference to Crypto Parameters. | |
Public Member Functions inherited from Algorithm | |
| Algorithm (bool checkSelfTestStatus=true) | |
| Interface for all crypto algorithms. | |
| virtual std::string | AlgorithmName () const |
| Provides the name of this algorithm. | |
| virtual std::string | AlgorithmProvider () const |
| Retrieve the provider of this algorithm. | |
Public Member Functions inherited from Clonable | |
| virtual Clonable * | Clone () const |
| Copies this object. | |
Interface for key agreement algorithms.
Definition at line 2642 of file cryptlib.h.
|
inlinevirtual |
Definition at line 2645 of file cryptlib.h.
|
inlinevirtual |
Retrieves a reference to Crypto Parameters.
Implements AsymmetricAlgorithm.
Definition at line 2649 of file cryptlib.h.
|
inlinevirtual |
Retrieves a reference to Crypto Parameters.
Implements AsymmetricAlgorithm.
Definition at line 2652 of file cryptlib.h.
|
pure virtual |
Retrieves a reference to Crypto Parameters.
Implemented in DH2, FHMQV_Domain< GROUP_PARAMETERS, COFACTOR_OPTION, HASH >, HMQV_Domain< GROUP_PARAMETERS, COFACTOR_OPTION, HASH >, MQV_Domain< GROUP_PARAMETERS, COFACTOR_OPTION >, DL_SimpleKeyAgreementDomainBase< T >, DL_SimpleKeyAgreementDomainBase< GROUP_PARAMETERS::Element >, x25519, and XTR_DH.
|
inlinevirtual |
Retrieves a reference to Crypto Parameters.
Definition at line 2659 of file cryptlib.h.