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

Definition at line 339 of file cryptlib.h.
Public Member Functions | |
| Algorithm (bool checkSelfTestStatus=true) | |
| 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 | |
| Algorithm::Algorithm | ( | bool | checkSelfTestStatus = true |
) |
When FIPS 140-2 compliance is enabled and checkSelfTestStatus == true, this constructor throws SelfTestFailure if the self test hasn't been run or fails.
Definition at line 38 of file cryptlib.cpp.
1.5.1-p1