File EnclaveInfo.h
-
namespace sgx
-
class EnclaveInfo
Public Functions
-
EnclaveInfo(const sgx_report_t &enclaveReport, const std::vector<uint8_t> "eBuffer, const std::vector<uint8_t> &enclaveHeldDataIn)
-
EnclaveInfo(const std::string &jsonPath)
-
const std::vector<uint8_t> &getQuote() const
-
const std::vector<uint8_t> &getEnclaveHeldData() const
-
void toJson(const std::string &jsonPath)
-
EnclaveInfo(const sgx_report_t &enclaveReport, const std::vector<uint8_t> "eBuffer, const std::vector<uint8_t> &enclaveHeldDataIn)
-
class EnclaveInfo