Interface TdxCcelAttestationOrBuilder (0.46.0)

publicinterface TdxCcelAttestationOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getCanonicalEventLog()

publicabstractByteStringgetCanonicalEventLog()

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()

publicabstractByteStringgetCcelAcpiTable()

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()

publicabstractByteStringgetCcelData()

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()

publicabstractByteStringgetTdQuote()

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.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.