Crypto++
8.9
Free C++ class library of cryptographic schemes
|
Interface for asymmetric algorithms using private keys. More...
Public Member Functions | |
CryptoMaterial & | AccessMaterial () |
Retrieves a reference to a Private Key. More... | |
const CryptoMaterial & | GetMaterial () const |
Retrieves a reference to a Private Key. More... | |
virtual PrivateKey & | AccessPrivateKey ()=0 |
Retrieves a reference to a Private Key. More... | |
virtual const PrivateKey & | GetPrivateKey () const |
Retrieves a reference to a Private Key. More... | |
![]() | |
Algorithm (bool checkSelfTestStatus=true) | |
Interface for all crypto algorithms. More... | |
virtual std::string | AlgorithmName () const |
Provides the name of this algorithm. More... | |
virtual std::string | AlgorithmProvider () const |
Retrieve the provider of this algorithm. More... | |
![]() | |
virtual Clonable * | Clone () const |
Copies this object. More... | |
Interface for asymmetric algorithms using private keys.
Definition at line 2621 of file cryptlib.h.
|
inlinevirtual |
Retrieves a reference to a Private Key.
Implements AsymmetricAlgorithm.
Definition at line 2628 of file cryptlib.h.
|
inlinevirtual |
Retrieves a reference to a Private Key.
Implements AsymmetricAlgorithm.
Definition at line 2631 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 2638 of file cryptlib.h.