Safeheron-SGX-Native-Development-Framework v1.2.0
Loading...
Searching...
No Matches
ssgx::utils_t::UnsealedData Struct Reference

Represents unsealed data, including decrypted text and optional additional MAC text. More...

#include <ssgx_utils_t_seal_handler.h>

Public Attributes

std::vector< uint8_t > additional_mac_text {}
 MAC-protected additional data.
 
std::vector< uint8_t > decrypted_text {}
 The decrypted content.
 

Detailed Description

Represents unsealed data, including decrypted text and optional additional MAC text.

This structure holds the decrypted content retrieved from a sealed SGX data structure. It includes:

  • additional_mac_text: Optional MAC-protected additional data.
  • decrypted_text: The original plaintext retrieved from the sealed data.

Member Data Documentation

◆ additional_mac_text

std::vector<uint8_t> ssgx::utils_t::UnsealedData::additional_mac_text {}

MAC-protected additional data.

◆ decrypted_text

std::vector<uint8_t> ssgx::utils_t::UnsealedData::decrypted_text {}

The decrypted content.


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