public interface TdxCcelAttestationOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCanonicalEventLog()
public abstract ByteString getCanonicalEventLog()
Optional. An Event Log containing additional events measured into the RTMR that are not already present in the CCEL.
bytes canonical_event_log = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The canonicalEventLog. |
getCcelAcpiTable()
public abstract ByteString getCcelAcpiTable()
Optional. The Confidential Computing Event Log (CCEL) ACPI table. Formatted as described in the ACPI Specification 6.5.
bytes ccel_acpi_table = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The ccelAcpiTable. |
getCcelData()
public abstract ByteString getCcelData()
Optional. The CCEL event log. Formatted as described in the UEFI 2.10.
bytes ccel_data = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The ccelData. |
getTdQuote()
public abstract ByteString getTdQuote()
Optional. The TDX attestation quote from the guest. It contains the RTMR values.
bytes td_quote = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The tdQuote. |