public interface EnvelopeOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getPayload()
A marshaled Payload
|
com.google.protobuf.ByteString |
getSignature()
A signature by the creator specified in the Payload header
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
com.google.protobuf.ByteString getPayload()
A marshaled Payload
bytes payload = 1 [json_name = "payload"];
com.google.protobuf.ByteString getSignature()
A signature by the creator specified in the Payload header
bytes signature = 2 [json_name = "signature"];
Copyright © 2022. All rights reserved.