public static interface KeyOperationAttestation.CertificateChainsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCaviumCerts(int index)
Cavium certificate chain corresponding to the attestation.
|
com.google.protobuf.ByteString |
getCaviumCertsBytes(int index)
Cavium certificate chain corresponding to the attestation.
|
int |
getCaviumCertsCount()
Cavium certificate chain corresponding to the attestation.
|
List<String> |
getCaviumCertsList()
Cavium certificate chain corresponding to the attestation.
|
String |
getGoogleCardCerts(int index)
Google card certificate chain corresponding to the attestation.
|
com.google.protobuf.ByteString |
getGoogleCardCertsBytes(int index)
Google card certificate chain corresponding to the attestation.
|
int |
getGoogleCardCertsCount()
Google card certificate chain corresponding to the attestation.
|
List<String> |
getGoogleCardCertsList()
Google card certificate chain corresponding to the attestation.
|
String |
getGooglePartitionCerts(int index)
Google partition certificate chain corresponding to the attestation.
|
com.google.protobuf.ByteString |
getGooglePartitionCertsBytes(int index)
Google partition certificate chain corresponding to the attestation.
|
int |
getGooglePartitionCertsCount()
Google partition certificate chain corresponding to the attestation.
|
List<String> |
getGooglePartitionCertsList()
Google partition certificate chain corresponding to the attestation.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getCaviumCertsList()
Cavium certificate chain corresponding to the attestation.
repeated string cavium_certs = 1;int getCaviumCertsCount()
Cavium certificate chain corresponding to the attestation.
repeated string cavium_certs = 1;String getCaviumCerts(int index)
Cavium certificate chain corresponding to the attestation.
repeated string cavium_certs = 1;index - The index of the element to return.com.google.protobuf.ByteString getCaviumCertsBytes(int index)
Cavium certificate chain corresponding to the attestation.
repeated string cavium_certs = 1;index - The index of the value to return.List<String> getGoogleCardCertsList()
Google card certificate chain corresponding to the attestation.
repeated string google_card_certs = 2;int getGoogleCardCertsCount()
Google card certificate chain corresponding to the attestation.
repeated string google_card_certs = 2;String getGoogleCardCerts(int index)
Google card certificate chain corresponding to the attestation.
repeated string google_card_certs = 2;index - The index of the element to return.com.google.protobuf.ByteString getGoogleCardCertsBytes(int index)
Google card certificate chain corresponding to the attestation.
repeated string google_card_certs = 2;index - The index of the value to return.List<String> getGooglePartitionCertsList()
Google partition certificate chain corresponding to the attestation.
repeated string google_partition_certs = 3;int getGooglePartitionCertsCount()
Google partition certificate chain corresponding to the attestation.
repeated string google_partition_certs = 3;String getGooglePartitionCerts(int index)
Google partition certificate chain corresponding to the attestation.
repeated string google_partition_certs = 3;index - The index of the element to return.com.google.protobuf.ByteString getGooglePartitionCertsBytes(int index)
Google partition certificate chain corresponding to the attestation.
repeated string google_partition_certs = 3;index - The index of the value to return.Copyright © 2022 Google LLC. All rights reserved.