Package mls_client

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 Type
    Method
    Description
    int
    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.