|
Security Scol plugin
|
Interface for asymmetric algorithms. More...
#include <cryptlib.h>
Public Member Functions | |
| virtual CryptoMaterial & | AccessMaterial ()=0 |
| Retrieves a reference to CryptoMaterial. | |
| virtual const CryptoMaterial & | GetMaterial () const =0 |
| Retrieves a reference to CryptoMaterial. | |
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.
BERDecode() and DEREncode() were removed under Issue 569 and Commit 9b174e84de7a. Programs should use AccessMaterial().Load(bt) or GetMaterial().Save(bt) instead.
Definition at line 2559 of file cryptlib.h.
|
inlinevirtual |
Definition at line 2562 of file cryptlib.h.
|
pure virtual |
Retrieves a reference to CryptoMaterial.
Implemented in PublicKeyAlgorithm, PrivateKeyAlgorithm, and KeyAgreementAlgorithm.
|
pure virtual |
Retrieves a reference to CryptoMaterial.
Implemented in PublicKeyAlgorithm, PrivateKeyAlgorithm, and KeyAgreementAlgorithm.