|
Security Scol plugin
|
Interface for asymmetric algorithms using public keys. More...
#include <cryptlib.h>
Public Member Functions | |
| CryptoMaterial & | AccessMaterial () |
| Retrieves a reference to a Public Key. | |
| const CryptoMaterial & | GetMaterial () const |
| Retrieves a reference to a Public Key. | |
| virtual PublicKey & | AccessPublicKey ()=0 |
| Retrieves a reference to a Public Key. | |
| virtual const PublicKey & | GetPublicKey () const |
| Retrieves a reference to a Public Key. | |
Public Member Functions inherited from Algorithm | |
| 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. | |
Public Member Functions inherited from Clonable | |
| virtual Clonable * | Clone () const |
| Copies this object. | |
Interface for asymmetric algorithms using public keys.
Definition at line 2590 of file cryptlib.h.
|
inlinevirtual |
Definition at line 2593 of file cryptlib.h.
|
inlinevirtual |
Retrieves a reference to a Public Key.
Implements AsymmetricAlgorithm.
Definition at line 2599 of file cryptlib.h.
|
pure virtual |
Retrieves a reference to a Public Key.
Implemented in ed25519Verifier.
|
inlinevirtual |
Retrieves a reference to a Public Key.
Implements AsymmetricAlgorithm.
Definition at line 2603 of file cryptlib.h.
|
inlinevirtual |
Retrieves a reference to a Public Key.
Reimplemented in ed25519Verifier.
Definition at line 2611 of file cryptlib.h.