Uses of Interface
com.google.cloud.confidentialcomputing.v1alpha1.TpmAttestation.QuoteOrBuilder
-
Packages that use TpmAttestation.QuoteOrBuilder Package Description com.google.cloud.confidentialcomputing.v1alpha1 A client to Confidential Computing API -
-
Uses of TpmAttestation.QuoteOrBuilder in com.google.cloud.confidentialcomputing.v1alpha1
Classes in com.google.cloud.confidentialcomputing.v1alpha1 that implement TpmAttestation.QuoteOrBuilder Modifier and Type Class Description static class
TpmAttestation.Quote
Information about Platform Control Registers (PCRs) including a signature over their values, which can be used for remote validation.static class
TpmAttestation.Quote.Builder
Information about Platform Control Registers (PCRs) including a signature over their values, which can be used for remote validation.Methods in com.google.cloud.confidentialcomputing.v1alpha1 that return TpmAttestation.QuoteOrBuilder Modifier and Type Method Description TpmAttestation.QuoteOrBuilder
TpmAttestation.Builder. getQuotesOrBuilder(int index)
TPM2 PCR Quotes generated by calling TPM2_Quote on each PCR bank.TpmAttestation.QuoteOrBuilder
TpmAttestation. getQuotesOrBuilder(int index)
TPM2 PCR Quotes generated by calling TPM2_Quote on each PCR bank.TpmAttestation.QuoteOrBuilder
TpmAttestationOrBuilder. getQuotesOrBuilder(int index)
TPM2 PCR Quotes generated by calling TPM2_Quote on each PCR bank.Methods in com.google.cloud.confidentialcomputing.v1alpha1 that return types with arguments of type TpmAttestation.QuoteOrBuilder Modifier and Type Method Description List<? extends TpmAttestation.QuoteOrBuilder>
TpmAttestation.Builder. getQuotesOrBuilderList()
TPM2 PCR Quotes generated by calling TPM2_Quote on each PCR bank.List<? extends TpmAttestation.QuoteOrBuilder>
TpmAttestation. getQuotesOrBuilderList()
TPM2 PCR Quotes generated by calling TPM2_Quote on each PCR bank.List<? extends TpmAttestation.QuoteOrBuilder>
TpmAttestationOrBuilder. getQuotesOrBuilderList()
TPM2 PCR Quotes generated by calling TPM2_Quote on each PCR bank.
-