TpmAttestation.Builder |
TpmAttestation.Builder.addAllCertChain(Iterable<? extends com.google.protobuf.ByteString> values) |
List of DER-encoded X.509 certificates which, together with the ak_cert,
chain back to a trusted Root Certificate.
|
TpmAttestation.Builder |
TpmAttestation.Builder.addAllQuotes(Iterable<? extends TpmAttestation.Quote> values) |
TPM2 PCR Quotes generated by calling TPM2_Quote on each PCR bank.
|
TpmAttestation.Builder |
TpmAttestation.Builder.addCertChain(com.google.protobuf.ByteString value) |
List of DER-encoded X.509 certificates which, together with the ak_cert,
chain back to a trusted Root Certificate.
|
TpmAttestation.Builder |
TpmAttestation.Builder.addQuotes(int index,
TpmAttestation.Quote value) |
TPM2 PCR Quotes generated by calling TPM2_Quote on each PCR bank.
|
TpmAttestation.Builder |
TpmAttestation.Builder.addQuotes(int index,
TpmAttestation.Quote.Builder builderForValue) |
TPM2 PCR Quotes generated by calling TPM2_Quote on each PCR bank.
|
TpmAttestation.Builder |
TpmAttestation.Builder.addQuotes(TpmAttestation.Quote value) |
TPM2 PCR Quotes generated by calling TPM2_Quote on each PCR bank.
|
TpmAttestation.Builder |
TpmAttestation.Builder.addQuotes(TpmAttestation.Quote.Builder builderForValue) |
TPM2 PCR Quotes generated by calling TPM2_Quote on each PCR bank.
|
TpmAttestation.Builder |
TpmAttestation.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
TpmAttestation.Builder |
TpmAttestation.Builder.clear() |
|
TpmAttestation.Builder |
TpmAttestation.Builder.clearAkCert() |
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.
|
TpmAttestation.Builder |
TpmAttestation.Builder.clearCanonicalEventLog() |
An Event Log containing additional events measured into the TPM that are
not already present in the tcg_event_log.
|
TpmAttestation.Builder |
TpmAttestation.Builder.clearCertChain() |
List of DER-encoded X.509 certificates which, together with the ak_cert,
chain back to a trusted Root Certificate.
|
TpmAttestation.Builder |
TpmAttestation.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
TpmAttestation.Builder |
TpmAttestation.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
TpmAttestation.Builder |
TpmAttestation.Builder.clearQuotes() |
TPM2 PCR Quotes generated by calling TPM2_Quote on each PCR bank.
|
TpmAttestation.Builder |
TpmAttestation.Builder.clearTcgEventLog() |
The binary TCG Event Log containing events measured into the TPM by the
platform firmware and operating system.
|
TpmAttestation.Builder |
TpmAttestation.Builder.clone() |
|
TpmAttestation.Builder |
VerifyAttestationRequest.Builder.getTpmAttestationBuilder() |
Required.
|
TpmAttestation.Builder |
TpmAttestation.Builder.mergeFrom(TpmAttestation other) |
|
TpmAttestation.Builder |
TpmAttestation.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
TpmAttestation.Builder |
TpmAttestation.Builder.mergeFrom(com.google.protobuf.Message other) |
|
TpmAttestation.Builder |
TpmAttestation.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static TpmAttestation.Builder |
TpmAttestation.newBuilder() |
|
static TpmAttestation.Builder |
TpmAttestation.newBuilder(TpmAttestation prototype) |
|
TpmAttestation.Builder |
TpmAttestation.newBuilderForType() |
|
protected TpmAttestation.Builder |
TpmAttestation.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
TpmAttestation.Builder |
TpmAttestation.Builder.removeQuotes(int index) |
TPM2 PCR Quotes generated by calling TPM2_Quote on each PCR bank.
|
TpmAttestation.Builder |
TpmAttestation.Builder.setAkCert(com.google.protobuf.ByteString value) |
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.
|
TpmAttestation.Builder |
TpmAttestation.Builder.setCanonicalEventLog(com.google.protobuf.ByteString value) |
An Event Log containing additional events measured into the TPM that are
not already present in the tcg_event_log.
|
TpmAttestation.Builder |
TpmAttestation.Builder.setCertChain(int index,
com.google.protobuf.ByteString value) |
List of DER-encoded X.509 certificates which, together with the ak_cert,
chain back to a trusted Root Certificate.
|
TpmAttestation.Builder |
TpmAttestation.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
TpmAttestation.Builder |
TpmAttestation.Builder.setQuotes(int index,
TpmAttestation.Quote value) |
TPM2 PCR Quotes generated by calling TPM2_Quote on each PCR bank.
|
TpmAttestation.Builder |
TpmAttestation.Builder.setQuotes(int index,
TpmAttestation.Quote.Builder builderForValue) |
TPM2 PCR Quotes generated by calling TPM2_Quote on each PCR bank.
|
TpmAttestation.Builder |
TpmAttestation.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
TpmAttestation.Builder |
TpmAttestation.Builder.setTcgEventLog(com.google.protobuf.ByteString value) |
The binary TCG Event Log containing events measured into the TPM by the
platform firmware and operating system.
|
TpmAttestation.Builder |
TpmAttestation.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
TpmAttestation.Builder |
TpmAttestation.toBuilder() |
|