Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | List of all members
KeyAgreementAlgorithm Class Referenceabstract

Interface for key agreement algorithms. More...

#include <cryptlib.h>

Inheritance diagram for KeyAgreementAlgorithm:
[legend]
Collaboration diagram for KeyAgreementAlgorithm:
[legend]

Public Member Functions

virtual ~KeyAgreementAlgorithm ()
 
CryptoMaterialAccessMaterial ()
 Retrieves a reference to Crypto Parameters. More...
 
const CryptoMaterialGetMaterial () const
 Retrieves a reference to Crypto Parameters. More...
 
virtual CryptoParametersAccessCryptoParameters ()=0
 Retrieves a reference to Crypto Parameters. More...
 
virtual const CryptoParametersGetCryptoParameters () const
 Retrieves a reference to Crypto Parameters. More...
 
- Public Member Functions inherited from AsymmetricAlgorithm
virtual ~AsymmetricAlgorithm ()
 
void BERDecode (BufferedTransformation &bt)
 Loads this object from a BufferedTransformation. More...
 
void DEREncode (BufferedTransformation &bt) const
 Saves this object to a BufferedTransformation. More...
 
- Public Member Functions inherited from Algorithm
virtual ~Algorithm ()
 
 Algorithm (bool checkSelfTestStatus=true)
 Interface for all crypto algorithms. More...
 
virtual std::string AlgorithmName () const
 Provides the name of this algorithm. More...
 
- Public Member Functions inherited from Clonable
virtual ~Clonable ()
 
virtual ClonableClone () const
 Copies this object. More...
 

Detailed Description

Interface for key agreement algorithms.

Definition at line 2270 of file cryptlib.h.

Constructor & Destructor Documentation

virtual KeyAgreementAlgorithm::~KeyAgreementAlgorithm ( )
inlinevirtual

Definition at line 2273 of file cryptlib.h.

Member Function Documentation

virtual CryptoParameters& KeyAgreementAlgorithm::AccessCryptoParameters ( )
pure virtual
CryptoMaterial& KeyAgreementAlgorithm::AccessMaterial ( )
inlinevirtual

Retrieves a reference to Crypto Parameters.

Returns
a reference the crypto parameters

Implements AsymmetricAlgorithm.

Definition at line 2277 of file cryptlib.h.

Here is the caller graph for this function:

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

Retrieves a reference to Crypto Parameters.

Returns
a const reference the crypto parameters

Definition at line 2287 of file cryptlib.h.

Here is the caller graph for this function:

const CryptoMaterial& KeyAgreementAlgorithm::GetMaterial ( ) const
inlinevirtual

Retrieves a reference to Crypto Parameters.

Returns
a const reference the crypto parameters

Implements AsymmetricAlgorithm.

Definition at line 2280 of file cryptlib.h.

Here is the caller graph for this function:


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