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

#include <report_data.h>

Public Member Functions

 PlatformAttestationReportData ()=default
 
 PlatformAttestationReportData (const ccf::crypto::Sha256Hash &hash)
 
template<size_t N>
 PlatformAttestationReportData (const AttestationReportData< N > &report_data)
 
std::string hex_str () const
 
ccf::crypto::Sha256Hash to_sha256_hash () const
 

Public Attributes

std::vector< uint8_t > data
 

Constructor & Destructor Documentation

◆ PlatformAttestationReportData() [1/3]

ccf::pal::PlatformAttestationReportData::PlatformAttestationReportData ( )
default

◆ PlatformAttestationReportData() [2/3]

ccf::pal::PlatformAttestationReportData::PlatformAttestationReportData ( const ccf::crypto::Sha256Hash hash)
inline

◆ PlatformAttestationReportData() [3/3]

template<size_t N>
ccf::pal::PlatformAttestationReportData::PlatformAttestationReportData ( const AttestationReportData< N > &  report_data)
inline

Member Function Documentation

◆ hex_str()

std::string ccf::pal::PlatformAttestationReportData::hex_str ( ) const
inline

◆ to_sha256_hash()

ccf::crypto::Sha256Hash ccf::pal::PlatformAttestationReportData::to_sha256_hash ( ) const
inline

Member Data Documentation

◆ data

std::vector<uint8_t> ccf::pal::PlatformAttestationReportData::data

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