Interface MlsClient.CreateExternalSignerRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MlsClient.CreateExternalSignerRequest, MlsClient.CreateExternalSignerRequest.Builder
- Enclosing class:
MlsClient
public static interface MlsClient.CreateExternalSignerRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 cipher_suite = 1;com.google.protobuf.ByteStringbytes identity = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
-