Security Scol plugin
Public Member Functions | List of all members
KeyAgreementAlgorithm Class Referenceabstract

Interface for key agreement algorithms. More...

#include <cryptlib.h>

Inheritance diagram for KeyAgreementAlgorithm:
AsymmetricAlgorithm Algorithm Clonable AuthenticatedKeyAgreementDomain SimpleKeyAgreementDomain DH2 FHMQV_Domain< GROUP_PARAMETERS, COFACTOR_OPTION, HASH > HMQV_Domain< GROUP_PARAMETERS, COFACTOR_OPTION, HASH > MQV_Domain< GROUP_PARAMETERS, COFACTOR_OPTION > DL_SimpleKeyAgreementDomainBase< GROUP_PARAMETERS::Element > DL_SimpleKeyAgreementDomainBase< T > XTR_DH x25519

Public Member Functions

CryptoMaterialAccessMaterial ()
 Retrieves a reference to Crypto Parameters.
 
const CryptoMaterialGetMaterial () const
 Retrieves a reference to Crypto Parameters.
 
virtual CryptoParametersAccessCryptoParameters ()=0
 Retrieves a reference to Crypto Parameters.
 
virtual const CryptoParametersGetCryptoParameters () 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 ClonableClone () const
 Copies this object.
 

Detailed Description

Interface for key agreement algorithms.

Definition at line 2637 of file cryptlib.h.

Constructor & Destructor Documentation

◆ ~KeyAgreementAlgorithm()

virtual KeyAgreementAlgorithm::~KeyAgreementAlgorithm ( )
inlinevirtual

Definition at line 2640 of file cryptlib.h.

Member Function Documentation

◆ AccessCryptoParameters()

virtual CryptoParameters & KeyAgreementAlgorithm::AccessCryptoParameters ( )
pure virtual

◆ 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.

◆ 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.

◆ 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.


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