|
Safeheron-SGX-Native-Development-Framework v1.2.0
|
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. | |
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. | std::vector<uint8_t> ssgx::utils_t::UnsealedData::additional_mac_text {} |
MAC-protected additional data.
| std::vector<uint8_t> ssgx::utils_t::UnsealedData::decrypted_text {} |
The decrypted content.