| 
    Crypto++ 8.9
    
   Free C++ class library of cryptographic schemes 
   | 
 
Interface for asymmetric algorithms. More...
#include <cryptlib.h>
 Inheritance diagram for AsymmetricAlgorithm: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 2564 of file cryptlib.h.
      
  | 
  inlinevirtual | 
Definition at line 2567 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.