Interface SevSnpAttestationOrBuilder (0.37.0)

publicinterface SevSnpAttestationOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getAuxBlob()

publicabstractByteStringgetAuxBlob()

Optional. Certificate bundle defined in the GHCB protocol definition Format is documented in GHCB revision 2.03, section 4.1.8.1 struct cert_table in this document: https://www.amd.com/content/dam/amd/en/documents/epyc-technical-docs/specifications/56421.pdf

bytes aux_blob = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The auxBlob.

getReport()

publicabstractByteStringgetReport()

Optional. The SEV-SNP Attestation Report Format is in revision 1.55, §7.3 Attestation, Table 22. ATTESTATION_REPORT Structure in this document: https://www.amd.com/content/dam/amd/en/documents/epyc-technical-docs/specifications/56860.pdf

bytes report = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The report.

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.