#include <cryptlib.h>
Inheritance diagram for AsymmetricAlgorithm:

Definition at line 1068 of file cryptlib.h.
Public Member Functions | |
| virtual CryptoMaterial & | AccessMaterial ()=0 |
| returns a reference to the crypto material used by this object | |
| virtual const CryptoMaterial & | GetMaterial () const=0 |
| returns a const reference to the crypto material used by this object | |
| void | BERDecode (BufferedTransformation &bt) |
| for backwards compatibility, calls AccessMaterial().Load(bt) | |
| void | DEREncode (BufferedTransformation &bt) const |
| for backwards compatibility, calls GetMaterial().Save(bt) | |
| virtual std::string | AlgorithmName () const |
| returns name of this algorithm, not universally implemented yet | |
| virtual Clonable * | Clone () const |
| this is not implemented by most classes yet | |
1.5.1-p1