Package mls_client

Interface MlsClient.CreateSubgroupResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
MlsClient.CreateSubgroupResponse, MlsClient.CreateSubgroupResponse.Builder
Enclosing class:
MlsClient

public static interface MlsClient.CreateSubgroupResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.ByteString
    bytes epoch_authenticator = 4;
    com.google.protobuf.ByteString
    bytes ratchet_tree = 3;
    int
    uint32 state_id = 1;
    com.google.protobuf.ByteString
    bytes welcome = 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

    • getStateId

      int getStateId()
      uint32 state_id = 1;
      Returns:
      The stateId.
    • getWelcome

      com.google.protobuf.ByteString getWelcome()
      bytes welcome = 2;
      Returns:
      The welcome.
    • getRatchetTree

      com.google.protobuf.ByteString getRatchetTree()
      bytes ratchet_tree = 3;
      Returns:
      The ratchetTree.
    • getEpochAuthenticator

      com.google.protobuf.ByteString getEpochAuthenticator()
      bytes epoch_authenticator = 4;
      Returns:
      The epochAuthenticator.