Send feedback
Class KeyOperationAttestation.CertificateChains (2.22.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.22.0 keyboard_arrow_down
public static final class KeyOperationAttestation . CertificateChains extends GeneratedMessageV3 implements KeyOperationAttestation . CertificateChainsOrBuilder
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
Static Fields
CAVIUM_CERTS_FIELD_NUMBER
public static final int CAVIUM_CERTS_FIELD_NUMBER
Field Value Type Description int
GOOGLE_CARD_CERTS_FIELD_NUMBER
public static final int GOOGLE_CARD_CERTS_FIELD_NUMBER
Field Value Type Description int
GOOGLE_PARTITION_CERTS_FIELD_NUMBER
public static final int GOOGLE_PARTITION_CERTS_FIELD_NUMBER
Field Value Type Description int
Static Methods
getDefaultInstance()
public static KeyOperationAttestation . CertificateChains getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static KeyOperationAttestation . CertificateChains . Builder newBuilder ()
newBuilder(KeyOperationAttestation.CertificateChains prototype)
public static KeyOperationAttestation . CertificateChains . Builder newBuilder ( KeyOperationAttestation . CertificateChains prototype )
public static KeyOperationAttestation . CertificateChains parseDelimitedFrom ( InputStream input )
public static KeyOperationAttestation . CertificateChains parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static KeyOperationAttestation . CertificateChains parseFrom ( byte [] data )
Parameter Name Description data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static KeyOperationAttestation . CertificateChains parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static KeyOperationAttestation . CertificateChains parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static KeyOperationAttestation . CertificateChains parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static KeyOperationAttestation . CertificateChains parseFrom ( CodedInputStream input )
public static KeyOperationAttestation . CertificateChains parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static KeyOperationAttestation . CertificateChains parseFrom ( InputStream input )
public static KeyOperationAttestation . CertificateChains parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static KeyOperationAttestation . CertificateChains parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static KeyOperationAttestation . CertificateChains parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<KeyOperationAttestation . CertificateChains > parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter Name Description obj
Object
Overrides
getCaviumCerts(int index)
public String getCaviumCerts ( int index )
Cavium certificate chain corresponding to the attestation.
repeated string cavium_certs = 1;
Parameter Name Description index
int
The index of the element to return.
Returns Type Description String
The caviumCerts at the given index.
getCaviumCertsBytes(int index)
public ByteString getCaviumCertsBytes ( int index )
Cavium certificate chain corresponding to the attestation.
repeated string cavium_certs = 1;
Parameter Name Description index
int
The index of the value to return.
Returns Type Description ByteString
The bytes of the caviumCerts at the given index.
getCaviumCertsCount()
public int getCaviumCertsCount ()
Cavium certificate chain corresponding to the attestation.
repeated string cavium_certs = 1;
Returns Type Description int
The count of caviumCerts.
getCaviumCertsList()
public ProtocolStringList getCaviumCertsList ()
Cavium certificate chain corresponding to the attestation.
repeated string cavium_certs = 1;
getDefaultInstanceForType()
public KeyOperationAttestation . CertificateChains getDefaultInstanceForType ()
getGoogleCardCerts(int index)
public String getGoogleCardCerts ( int index )
Google card certificate chain corresponding to the attestation.
repeated string google_card_certs = 2;
Parameter Name Description index
int
The index of the element to return.
Returns Type Description String
The googleCardCerts at the given index.
getGoogleCardCertsBytes(int index)
public ByteString getGoogleCardCertsBytes ( int index )
Google card certificate chain corresponding to the attestation.
repeated string google_card_certs = 2;
Parameter Name Description index
int
The index of the value to return.
Returns Type Description ByteString
The bytes of the googleCardCerts at the given index.
getGoogleCardCertsCount()
public int getGoogleCardCertsCount ()
Google card certificate chain corresponding to the attestation.
repeated string google_card_certs = 2;
Returns Type Description int
The count of googleCardCerts.
getGoogleCardCertsList()
public ProtocolStringList getGoogleCardCertsList ()
Google card certificate chain corresponding to the attestation.
repeated string google_card_certs = 2;
getGooglePartitionCerts(int index)
public String getGooglePartitionCerts ( int index )
Google partition certificate chain corresponding to the attestation.
repeated string google_partition_certs = 3;
Parameter Name Description index
int
The index of the element to return.
Returns Type Description String
The googlePartitionCerts at the given index.
getGooglePartitionCertsBytes(int index)
public ByteString getGooglePartitionCertsBytes ( int index )
Google partition certificate chain corresponding to the attestation.
repeated string google_partition_certs = 3;
Parameter Name Description index
int
The index of the value to return.
Returns Type Description ByteString
The bytes of the googlePartitionCerts at the given index.
getGooglePartitionCertsCount()
public int getGooglePartitionCertsCount ()
Google partition certificate chain corresponding to the attestation.
repeated string google_partition_certs = 3;
Returns Type Description int
The count of googlePartitionCerts.
getGooglePartitionCertsList()
public ProtocolStringList getGooglePartitionCertsList ()
Google partition certificate chain corresponding to the attestation.
repeated string google_partition_certs = 3;
getParserForType()
public Parser<KeyOperationAttestation . CertificateChains > getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns Type Description int
Overrides
hashCode()
Returns Type Description int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public KeyOperationAttestation . CertificateChains . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected KeyOperationAttestation . CertificateChains . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Overrides
toBuilder()
public KeyOperationAttestation . CertificateChains . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
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-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]