CCF
|
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) | |
Describes a quote (attestation) from trusted hardware.
std::optional<std::string> ccf::QuoteInfo::endorsed_tcb = std::nullopt |
Endorsed TCB (hex-encoded) (SNP-only)
std::vector<uint8_t> ccf::QuoteInfo::endorsements |
Quote endorsements.
QuoteFormat ccf::QuoteInfo::format = QuoteFormat::oe_sgx_v1 |
Quote format.
std::vector<uint8_t> ccf::QuoteInfo::quote |
Enclave quote.
std::optional<std::vector<uint8_t> > ccf::QuoteInfo::uvm_endorsements |
UVM endorsements (SNP-only)