Reference documentation and code samples for the Google Cloud Confidential Computing V1 Client class TdxCcelAttestation.
A TDX Attestation quote.
Generated from protobuf message google.cloud.confidentialcomputing.v1.TdxCcelAttestation
Namespace
Google \ Cloud \ ConfidentialComputing \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ ccel_acpi_table |
string
Optional. The Confidential Computing Event Log (CCEL) ACPI table. Formatted as described in the ACPI Specification 6.5. |
↳ ccel_data |
string
Optional. The CCEL event log. Formatted as described in the UEFI 2.10. |
↳ canonical_event_log |
string
Optional. An Event Log containing additional events measured into the RTMR that are not already present in the CCEL. |
↳ td_quote |
string
Optional. The TDX attestation quote from the guest. It contains the RTMR values. |
getCcelAcpiTable
Optional. The Confidential Computing Event Log (CCEL) ACPI table. Formatted as described in the ACPI Specification 6.5.
Returns | |
---|---|
Type | Description |
string |
setCcelAcpiTable
Optional. The Confidential Computing Event Log (CCEL) ACPI table. Formatted as described in the ACPI Specification 6.5.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getCcelData
Optional. The CCEL event log. Formatted as described in the UEFI 2.10.
Returns | |
---|---|
Type | Description |
string |
setCcelData
Optional. The CCEL event log. Formatted as described in the UEFI 2.10.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getCanonicalEventLog
Optional. An Event Log containing additional events measured into the RTMR that are not already present in the CCEL.
Returns | |
---|---|
Type | Description |
string |
setCanonicalEventLog
Optional. An Event Log containing additional events measured into the RTMR that are not already present in the CCEL.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getTdQuote
Optional. The TDX attestation quote from the guest. It contains the RTMR values.
Returns | |
---|---|
Type | Description |
string |
setTdQuote
Optional. The TDX attestation quote from the guest. It contains the RTMR values.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |