![]() |
Fabcoin Core
0.16.2
P2P Digital Currency
|
Interface for key agreement algorithms. More...
#include <cryptlib.h>
Public Member Functions | |
| virtual | ~KeyAgreementAlgorithm () |
| 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 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 Clonable * | Clone () const |
| Copies this object. More... | |
Interface for key agreement algorithms.
Definition at line 2270 of file cryptlib.h.
|
inlinevirtual |
Definition at line 2273 of file cryptlib.h.
|
pure virtual |
Retrieves a reference to Crypto Parameters.
Implemented in DL_SimpleKeyAgreementDomainBase< T >, DL_SimpleKeyAgreementDomainBase< GROUP_PARAMETERS::Element >, MQV_Domain< GROUP_PARAMETERS, COFACTOR_OPTION >, FHMQV_Domain< GROUP_PARAMETERS, COFACTOR_OPTION, HASH >, HMQV_Domain< GROUP_PARAMETERS, COFACTOR_OPTION, HASH >, DH2, and XTR_DH.
|
inlinevirtual |
Retrieves a reference to Crypto Parameters.
Implements AsymmetricAlgorithm.
Definition at line 2277 of file cryptlib.h.
|
inlinevirtual |
Retrieves a reference to Crypto Parameters.
Definition at line 2287 of file cryptlib.h.
|
inlinevirtual |
Retrieves a reference to Crypto Parameters.
Implements AsymmetricAlgorithm.
Definition at line 2280 of file cryptlib.h.
1.8.11