Used to store some information related to the running enclave. (the eid corresponding to the running enclave)
More...
#include <ssgx_utils_t_enclave_info.h>
Used to store some information related to the running enclave. (the eid corresponding to the running enclave)
◆ GetCurrentEnclave()
| static EnclaveInfo & ssgx::utils_t::EnclaveInfo::GetCurrentEnclave |
( |
| ) |
|
|
static |
◆ GetEnclaveEid()
| sgx_enclave_id_t ssgx::utils_t::EnclaveInfo::GetEnclaveEid |
( |
| ) |
|
Get eid.
- Returns
- The eid corresponding to the running enclave
◆ SetEnclaveEid()
| void ssgx::utils_t::EnclaveInfo::SetEnclaveEid |
( |
sgx_enclave_id_t | eid | ) |
|
Set eid.
- Parameters
-
| [in] | eid | The eid corresponding to the running enclave |
The documentation for this class was generated from the following file: