publicfinalclass TpmAttestationextendsGeneratedMessageV3implementsTpmAttestationOrBuilder
TPM2 data containing everything necessary to validate any platform state
measured into the TPM.
Protobuf type google.cloud.confidentialcomputing.v1.TpmAttestation
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
AK_CERT_FIELD_NUMBER
publicstaticfinalintAK_CERT_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
CANONICAL_EVENT_LOG_FIELD_NUMBER
publicstaticfinalintCANONICAL_EVENT_LOG_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
CERT_CHAIN_FIELD_NUMBER
publicstaticfinalintCERT_CHAIN_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
QUOTES_FIELD_NUMBER
publicstaticfinalintQUOTES_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
TCG_EVENT_LOG_FIELD_NUMBER
publicstaticfinalintTCG_EVENT_LOG_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
Static Methods
getDefaultInstance()
publicstaticTpmAttestationgetDefaultInstance()
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
newBuilder()
publicstaticTpmAttestation.BuildernewBuilder()
newBuilder(TpmAttestation prototype)
publicstaticTpmAttestation.BuildernewBuilder(TpmAttestationprototype)
publicstaticTpmAttestationparseDelimitedFrom(InputStreaminput)
publicstaticTpmAttestationparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(byte[] data)
publicstaticTpmAttestationparseFrom(byte[]data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
publicstaticTpmAttestationparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteString data)
publicstaticTpmAttestationparseFrom(ByteStringdata)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
publicstaticTpmAttestationparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
publicstaticTpmAttestationparseFrom(CodedInputStreaminput)
publicstaticTpmAttestationparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
publicstaticTpmAttestationparseFrom(InputStreaminput)
publicstaticTpmAttestationparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteBuffer data)
publicstaticTpmAttestationparseFrom(ByteBufferdata)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
publicstaticTpmAttestationparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
parser()
publicstaticParser<TpmAttestation>parser()
Methods
equals(Object obj)
publicbooleanequals(Objectobj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getAkCert()
publicByteStringgetAkCert()
DER-encoded X.509 certificate of the Attestation Key (otherwise known as
an AK or a TPM restricted signing key) used to generate the quotes.
bytes ak_cert = 4;
getCanonicalEventLog()
publicByteStringgetCanonicalEventLog()
An Event Log containing additional events measured into the TPM that are
not already present in the tcg_event_log. Formatted as described in the
"Canonical Event Log Format" TCG Specification.
bytes canonical_event_log = 3;
| Returns |
| Type |
Description |
ByteString |
The canonicalEventLog.
|
getCertChain(int index)
publicByteStringgetCertChain(intindex)
List of DER-encoded X.509 certificates which, together with the ak_cert,
chain back to a trusted Root Certificate.
repeated bytes cert_chain = 5;
| Parameter |
| Name |
Description |
index |
int
The index of the element to return.
|
| Returns |
| Type |
Description |
ByteString |
The certChain at the given index.
|
getCertChainCount()
publicintgetCertChainCount()
List of DER-encoded X.509 certificates which, together with the ak_cert,
chain back to a trusted Root Certificate.
repeated bytes cert_chain = 5;
| Returns |
| Type |
Description |
int |
The count of certChain.
|
getCertChainList()
publicList<ByteString>getCertChainList()
List of DER-encoded X.509 certificates which, together with the ak_cert,
chain back to a trusted Root Certificate.
repeated bytes cert_chain = 5;
| Returns |
| Type |
Description |
List<ByteString> |
A list containing the certChain.
|
getDefaultInstanceForType()
publicTpmAttestationgetDefaultInstanceForType()
getParserForType()
publicParser<TpmAttestation>getParserForType()
Overrides
getQuotes(int index)
publicTpmAttestation.QuotegetQuotes(intindex)
TPM2 PCR Quotes generated by calling TPM2_Quote on each PCR bank.
repeated .google.cloud.confidentialcomputing.v1.TpmAttestation.Quote quotes = 1;
| Parameter |
| Name |
Description |
index |
int
|
getQuotesCount()
publicintgetQuotesCount()
TPM2 PCR Quotes generated by calling TPM2_Quote on each PCR bank.
repeated .google.cloud.confidentialcomputing.v1.TpmAttestation.Quote quotes = 1;
| Returns |
| Type |
Description |
int |
getQuotesList()
publicList<TpmAttestation.Quote>getQuotesList()
TPM2 PCR Quotes generated by calling TPM2_Quote on each PCR bank.
repeated .google.cloud.confidentialcomputing.v1.TpmAttestation.Quote quotes = 1;
getQuotesOrBuilder(int index)
publicTpmAttestation.QuoteOrBuildergetQuotesOrBuilder(intindex)
TPM2 PCR Quotes generated by calling TPM2_Quote on each PCR bank.
repeated .google.cloud.confidentialcomputing.v1.TpmAttestation.Quote quotes = 1;
| Parameter |
| Name |
Description |
index |
int
|
getQuotesOrBuilderList()
publicList<?extendsTpmAttestation.QuoteOrBuilder>getQuotesOrBuilderList()
TPM2 PCR Quotes generated by calling TPM2_Quote on each PCR bank.
repeated .google.cloud.confidentialcomputing.v1.TpmAttestation.Quote quotes = 1;
| Returns |
| Type |
Description |
List<? extends com.google.cloud.confidentialcomputing.v1.TpmAttestation.QuoteOrBuilder> |
getSerializedSize()
publicintgetSerializedSize()
| Returns |
| Type |
Description |
int |
Overrides
getTcgEventLog()
publicByteStringgetTcgEventLog()
The binary TCG Event Log containing events measured into the TPM by the
platform firmware and operating system. Formatted as described in the
"TCG PC Client Platform Firmware Profile Specification".
bytes tcg_event_log = 2;
| Returns |
| Type |
Description |
ByteString |
The tcgEventLog.
|
hashCode()
| Returns |
| Type |
Description |
int |
Overrides
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
newBuilderForType()
publicTpmAttestation.BuildernewBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protectedTpmAttestation.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
| Returns |
| Type |
Description |
Object |
Overrides
toBuilder()
publicTpmAttestation.BuildertoBuilder()
writeTo(CodedOutputStream output)
publicvoidwriteTo(CodedOutputStreamoutput)
Overrides