Package mls_client
Interface MlsClient.CreateKeyPackageRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MlsClient.CreateKeyPackageRequest
,MlsClient.CreateKeyPackageRequest.Builder
- Enclosing class:
MlsClient
public static interface MlsClient.CreateKeyPackageRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionint
uint32 cipher_suite = 1;
com.google.protobuf.ByteString
bytes identity = 2;
Methods 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
-
getCipherSuite
int getCipherSuite()uint32 cipher_suite = 1;
- Returns:
- The cipherSuite.
-
getIdentity
com.google.protobuf.ByteString getIdentity()bytes identity = 2;
- Returns:
- The identity.
-