Get desktop application:
View/edit binary Protocol Buffers messages
The Client <-> Enclave service
Client sends AttestationStatus to the Enclave, receives an evidence report for each enclave
A collection of `oe_evidence_msg_t` objects. includes attestation evidence, enclave public key, and nonce
After processing Evidence, Client sends encrypted shared key as Encrypted Data and receives AttestationStatus
A collection of encrypted `SignedKey` flatbuffer objects
Used as request type in: ClientToEnclave.GetRemoteEvidence
Used as response type in: ClientToEnclave.GetFinalAttestationResult
This is 0 if not attested or attestation failed, 1 if whichever node is sending it has completed attestation successfully
Used in:
Status
Exception message