[][src]Trait em_node_agent_client::EnclaveApi

pub trait EnclaveApi {
    type Error;
    fn get_fortanix_attestation(
        &self,
        body: GetFortanixAttestationRequest
    ) -> Result<GetFortanixAttestationResponse, Self::Error>;
fn get_target_info(&self) -> Result<TargetInfo, Self::Error>; }

Associated Types

type Error

Loading content...

Required methods

fn get_fortanix_attestation(
    &self,
    body: GetFortanixAttestationRequest
) -> Result<GetFortanixAttestationResponse, Self::Error>

Get Fortanix attestation for the application

fn get_target_info(&self) -> Result<TargetInfo, Self::Error>

Get Target Info for node provisioning enclave

Loading content...

Implementors

Loading content...