EnclaveQuote Class

Quote of an SGX enclave.

Inheritance
builtins.object
EnclaveQuote

Constructor

EnclaveQuote(node_id, mrenclave, raw_quote, version)

Parameters

node_id
int
Required

ID assigned to this node by CCF.

mrenclave
str
Required

MRENCLAVE value of the code running in the enclave.

raw_quote
str
Required

Raw SGX quote, parsable by tools like Open Enclave's oeverify.

version
str
Required

Version of the quote.

Attributes

mrenclave

The MRENCLAVE value for this enclave.

node_id

The ID of the node identified by this quote.

raw_quote

The raw quote for this enclave.

version

The version of the quote.