Package mls_client

Interface MlsClient.UnprotectResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    com.google.protobuf.ByteString
    bytes authenticated_data = 1;
    com.google.protobuf.ByteString
    bytes plaintext = 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

    • getAuthenticatedData

      com.google.protobuf.ByteString getAuthenticatedData()
      bytes authenticated_data = 1;
      Returns:
      The authenticatedData.
    • getPlaintext

      com.google.protobuf.ByteString getPlaintext()
      bytes plaintext = 2;
      Returns:
      The plaintext.