CCF
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
ccf::pal::snp::EndorsementEndpointsConfiguration::EndpointInfo Struct Reference

#include <attestation_sev_snp_endorsements.h>

Public Member Functions

bool operator== (const EndpointInfo &) const =default
 

Public Attributes

std::string host
 
std::string port
 
std::string uri
 
std::map< std::string, std::string > params
 
bool response_is_der = false
 
bool response_is_thim_json = false
 
std::map< std::string, std::string > headers = {}
 
bool tls = true
 
size_t max_retries_count = 3
 
size_t max_client_response_size = SIZE_MAX
 

Member Function Documentation

◆ operator==()

bool ccf::pal::snp::EndorsementEndpointsConfiguration::EndpointInfo::operator== ( const EndpointInfo ) const
default

Member Data Documentation

◆ headers

std::map<std::string, std::string> ccf::pal::snp::EndorsementEndpointsConfiguration::EndpointInfo::headers = {}

◆ host

std::string ccf::pal::snp::EndorsementEndpointsConfiguration::EndpointInfo::host

◆ max_client_response_size

size_t ccf::pal::snp::EndorsementEndpointsConfiguration::EndpointInfo::max_client_response_size = SIZE_MAX

◆ max_retries_count

size_t ccf::pal::snp::EndorsementEndpointsConfiguration::EndpointInfo::max_retries_count = 3

◆ params

std::map<std::string, std::string> ccf::pal::snp::EndorsementEndpointsConfiguration::EndpointInfo::params

◆ port

std::string ccf::pal::snp::EndorsementEndpointsConfiguration::EndpointInfo::port

◆ response_is_der

bool ccf::pal::snp::EndorsementEndpointsConfiguration::EndpointInfo::response_is_der = false

◆ response_is_thim_json

bool ccf::pal::snp::EndorsementEndpointsConfiguration::EndpointInfo::response_is_thim_json = false

◆ tls

bool ccf::pal::snp::EndorsementEndpointsConfiguration::EndpointInfo::tls = true

◆ uri

std::string ccf::pal::snp::EndorsementEndpointsConfiguration::EndpointInfo::uri

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