CCF
Loading...
Searching...
No Matches
Public Attributes | List of all members
ccf::QuoteInfo Struct Reference

Describes a quote (attestation) from trusted hardware. More...

#include <quote_info.h>

Public Attributes

QuoteFormat format = QuoteFormat::oe_sgx_v1
 Quote format.
 
std::vector< uint8_t > quote
 Enclave quote.
 
std::vector< uint8_t > endorsements
 Quote endorsements.
 
std::optional< std::vector< uint8_t > > uvm_endorsements
 UVM endorsements (SNP-only)
 
std::optional< std::string > endorsed_tcb = std::nullopt
 Endorsed TCB (hex-encoded) (SNP-only)
 

Detailed Description

Describes a quote (attestation) from trusted hardware.

Member Data Documentation

◆ endorsed_tcb

std::optional<std::string> ccf::QuoteInfo::endorsed_tcb = std::nullopt

Endorsed TCB (hex-encoded) (SNP-only)

◆ endorsements

std::vector<uint8_t> ccf::QuoteInfo::endorsements

Quote endorsements.

◆ format

QuoteFormat ccf::QuoteInfo::format = QuoteFormat::oe_sgx_v1

Quote format.

◆ quote

std::vector<uint8_t> ccf::QuoteInfo::quote

Enclave quote.

◆ uvm_endorsements

std::optional<std::vector<uint8_t> > ccf::QuoteInfo::uvm_endorsements

UVM endorsements (SNP-only)


The documentation for this struct was generated from the following file: