public static interface Signed.SignedMessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getHeaderAndBody()
Encoded header and body.
|
com.google.protobuf.ByteString |
getSignature()
Raw signature.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofcom.google.protobuf.ByteString getHeaderAndBody()
Encoded header and body.
bytes header_and_body = 1;com.google.protobuf.ByteString getSignature()
Raw signature. The signature is computed over the concatenation of the header and body, and the optional associated data.
bytes signature = 2;Copyright © 2024. All rights reserved.