Crypto++  8.6
Free C++ class library of cryptographic schemes
Public Member Functions | List of all members
KeyAgreementAlgorithm Class Referenceabstract

Interface for key agreement algorithms. More...

+ Inheritance diagram for KeyAgreementAlgorithm:

Public Member Functions

CryptoMaterial & AccessMaterial ()
 Retrieves a reference to Crypto Parameters. More...
 
const CryptoMaterial & GetMaterial () const
 Retrieves a reference to Crypto Parameters. More...
 
virtual CryptoParameters & AccessCryptoParameters ()=0
 Retrieves a reference to Crypto Parameters. More...
 
virtual const CryptoParameters & GetCryptoParameters () const
 Retrieves a reference to Crypto Parameters. More...
 
- Public Member Functions inherited from Algorithm
 Algorithm (bool checkSelfTestStatus=true)
 Interface for all crypto algorithms. More...
 
virtual std::string AlgorithmName () const
 Provides the name of this algorithm. More...
 
virtual std::string AlgorithmProvider () const
 Retrieve the provider of this algorithm. More...
 
- Public Member Functions inherited from Clonable
virtual Clonable * Clone () const
 Copies this object. More...
 

Detailed Description

Interface for key agreement algorithms.

Definition at line 2637 of file cryptlib.h.

Member Function Documentation

◆ AccessMaterial()

CryptoMaterial& KeyAgreementAlgorithm::AccessMaterial ( )
inlinevirtual

Retrieves a reference to Crypto Parameters.

Returns
a reference the crypto parameters

Implements AsymmetricAlgorithm.

Definition at line 2644 of file cryptlib.h.

◆ GetMaterial()

const CryptoMaterial& KeyAgreementAlgorithm::GetMaterial ( ) const
inlinevirtual

Retrieves a reference to Crypto Parameters.

Returns
a const reference the crypto parameters

Implements AsymmetricAlgorithm.

Definition at line 2647 of file cryptlib.h.

◆ AccessCryptoParameters()

virtual CryptoParameters& KeyAgreementAlgorithm::AccessCryptoParameters ( )
pure virtual

◆ GetCryptoParameters()

virtual const CryptoParameters& KeyAgreementAlgorithm::GetCryptoParameters ( ) const
inlinevirtual

Retrieves a reference to Crypto Parameters.

Returns
a const reference the crypto parameters

Definition at line 2654 of file cryptlib.h.


The documentation for this class was generated from the following file: