Package mls_client
Interface MlsClient.ProtectRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MlsClient.ProtectRequest
,MlsClient.ProtectRequest.Builder
- Enclosing class:
MlsClient
public static interface MlsClient.ProtectRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.ByteString
bytes authenticated_data = 2;
com.google.protobuf.ByteString
bytes plaintext = 3;
int
uint32 state_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
-
getStateId
int getStateId()uint32 state_id = 1;
- Returns:
- The stateId.
-
getAuthenticatedData
com.google.protobuf.ByteString getAuthenticatedData()bytes authenticated_data = 2;
- Returns:
- The authenticatedData.
-
getPlaintext
com.google.protobuf.ByteString getPlaintext()bytes plaintext = 3;
- Returns:
- The plaintext.
-