Crypto++ 8.2
Free C&
|
Interface for asymmetric algorithms using private keys. More...
#include <cryptlib.h>
Public Member Functions | |
CryptoMaterial & | AccessMaterial () |
Retrieves a reference to a Private Key. | |
const CryptoMaterial & | GetMaterial () const |
Retrieves a reference to a Private Key. | |
virtual PrivateKey & | AccessPrivateKey ()=0 |
Retrieves a reference to a Private Key. | |
virtual const PrivateKey & | GetPrivateKey () const |
Retrieves a reference to a Private Key. | |
virtual CryptoMaterial & | AccessMaterial ()=0 |
Retrieves a reference to CryptoMaterial. | |
virtual const CryptoMaterial & | GetMaterial () const =0 |
Retrieves a reference to CryptoMaterial. | |
![]() | |
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. | |
![]() | |
virtual Clonable * | Clone () const |
Copies this object. | |
Interface for asymmetric algorithms using private keys.
Definition at line 2501 of file cryptlib.h.
|
inlinevirtual |
Definition at line 2504 of file cryptlib.h.
|
inlinevirtual |
Retrieves a reference to a Private Key.
Implements AsymmetricAlgorithm.
Definition at line 2508 of file cryptlib.h.
|
inlinevirtual |
Retrieves a reference to a Private Key.
Implements AsymmetricAlgorithm.
Definition at line 2511 of file cryptlib.h.
|
pure virtual |
Retrieves a reference to a Private Key.
Implemented in ed25519Signer.
|
inlinevirtual |
Retrieves a reference to a Private Key.
Reimplemented in ed25519Signer.
Definition at line 2518 of file cryptlib.h.