![]() |
openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
|
#include <etpm.h>
Public Types | |
| enum | cert_type { TPMD_DT_LEVEL2_CERT = 0x04 , TPMD_DT_LEVEL3_CERT = 0x05 , DT_LEVEL2_CERT = 0x04 , DT_LEVEL3_CERT = 0x05 } |
Public Member Functions | |
| eTPM () | |
| ~eTPM () | |
| std::string | getCert (cert_type type) |
| std::string | challenge (std::string rnd) |
| std::string | getData (cert_type type) |
| std::string | computeSignature (const std::string &data) |
| enum eTPM::cert_type |
| eTPM::eTPM | ( | ) |
| eTPM::~eTPM | ( | ) |
| std::string eTPM::challenge | ( | std::string | rnd | ) |
|
inline |
| std::string eTPM::getCert | ( | cert_type | type | ) |
|
inline |