Safeheron-SGX-Native-Development-Framework v1.2.0
Loading...
Searching...
No Matches
ssgx_attestation_t.h File Reference
#include <string>

Go to the source code of this file.

Classes

class  ssgx::attestation_t::RemoteAttestor
 The class for Intel DCAP remote attestation. More...
 

Namespaces

namespace  ssgx
 
namespace  ssgx::attestation_t
 This module is designed for generating and verifying remote attestation reports within a Trusted Execution Environment (TEE).
 

Enumerations

enum class  ssgx::attestation_t::ErrorCode {
  ssgx::attestation_t::Success = 0 , ssgx::attestation_t::InvalidParameter = 1 , ssgx::attestation_t::GetTargetInfoFailed = 2 , ssgx::attestation_t::CreateReportFailed = 3 ,
  ssgx::attestation_t::OCallOperationException = 4 , ssgx::attestation_t::OCallOperationFailed = 5 , ssgx::attestation_t::BufferValidateFailed = 6 , ssgx::attestation_t::VerifyQuoteFailed = 7 ,
  ssgx::attestation_t::VerifyUserDataFailed = 8 , ssgx::attestation_t::VerifyTimeStampFailed = 9 , ssgx::attestation_t::Unknown = 9999
}
 Error codes definition. More...