Crypto++
|
interface for asymmetric algorithms More...
#include <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 | |
interface for asymmetric algorithms
Definition at line 1133 of file cryptlib.h.