Crypto++
5.6.4
Free C++ class library of cryptographic schemes
|
Interface for key agreement algorithms. More...
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... | |
![]() | |
void | BERDecode (BufferedTransformation &bt) |
Loads this object from a BufferedTransformation. More... | |
void | DEREncode (BufferedTransformation &bt) const |
Saves this object to a BufferedTransformation. More... | |
![]() | |
Algorithm (bool checkSelfTestStatus=true) | |
Interface for all crypto algorithms. More... | |
virtual std::string | AlgorithmName () const |
Provides the name of this algorithm. More... | |
![]() | |
virtual Clonable * | Clone () const |
Copies this object. More... | |
Interface for key agreement algorithms.
Definition at line 2281 of file cryptlib.h.
|
inlinevirtual |
Retrieves a reference to Crypto Parameters.
Implements AsymmetricAlgorithm.
Definition at line 2290 of file cryptlib.h.
|
inlinevirtual |
Retrieves a reference to Crypto Parameters.
Implements AsymmetricAlgorithm.
Definition at line 2293 of file cryptlib.h.
|
pure virtual |
Retrieves a reference to Crypto Parameters.
Implemented in XTR_DH, DL_SimpleKeyAgreementDomainBase< T >, DL_SimpleKeyAgreementDomainBase< GROUP_PARAMETERS::Element >, MQV_Domain< GROUP_PARAMETERS, COFACTOR_OPTION >, HMQV_Domain< GROUP_PARAMETERS, COFACTOR_OPTION, HASH >, FHMQV_Domain< GROUP_PARAMETERS, COFACTOR_OPTION, HASH >, and DH2.
|
inlinevirtual |
Retrieves a reference to Crypto Parameters.
Definition at line 2300 of file cryptlib.h.