Package mls_client
Interface MlsClient.SupportedCiphersuitesResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MlsClient.SupportedCiphersuitesResponse
,MlsClient.SupportedCiphersuitesResponse.Builder
- Enclosing class:
MlsClient
public static interface MlsClient.SupportedCiphersuitesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionint
getCiphersuites
(int index) Actually uint16 ciphersuite valuesint
Actually uint16 ciphersuite valuesActually uint16 ciphersuite valuesMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getCiphersuitesList
Actually uint16 ciphersuite values
repeated uint32 ciphersuites = 1;
- Returns:
- A list containing the ciphersuites.
-
getCiphersuitesCount
int getCiphersuitesCount()Actually uint16 ciphersuite values
repeated uint32 ciphersuites = 1;
- Returns:
- The count of ciphersuites.
-
getCiphersuites
int getCiphersuites(int index) Actually uint16 ciphersuite values
repeated uint32 ciphersuites = 1;
- Parameters:
index
- The index of the element to return.- Returns:
- The ciphersuites at the given index.
-