Package mls_client

Interface MlsClient.StorePSKRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    com.google.protobuf.ByteString
    bytes psk_id = 2;
    com.google.protobuf.ByteString
    bytes psk_secret = 3;
    int
    uint32 state_or_transaction_id = 1;

    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

    • getStateOrTransactionId

      int getStateOrTransactionId()
      uint32 state_or_transaction_id = 1;
      Returns:
      The stateOrTransactionId.
    • getPskId

      com.google.protobuf.ByteString getPskId()
      bytes psk_id = 2;
      Returns:
      The pskId.
    • getPskSecret

      com.google.protobuf.ByteString getPskSecret()
      bytes psk_secret = 3;
      Returns:
      The pskSecret.