Get TDX quote bytes
(&self)
| 696 | |
| 697 | /// Get TDX quote bytes |
| 698 | pub fn get_tdx_quote_bytes(&self) -> Option<Vec<u8>> { |
| 699 | self.tdx_quote().map(|q| q.quote.clone()) |
| 700 | } |
| 701 | |
| 702 | /// Get TDX event log bytes |
| 703 | pub fn get_tdx_event_log_bytes(&self) -> Option<Vec<u8>> { |
no test coverage detected