public interface SignatureHeaderOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getCreator()
Creator of the message, a marshaled msp.SerializedIdentity
|
com.google.protobuf.ByteString |
getNonce()
Arbitrary number that may only be used once.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
com.google.protobuf.ByteString getCreator()
Creator of the message, a marshaled msp.SerializedIdentity
bytes creator = 1 [json_name = "creator"];
com.google.protobuf.ByteString getNonce()
Arbitrary number that may only be used once. Can be used to detect replay attacks.
bytes nonce = 2 [json_name = "nonce"];
Copyright © 2022. All rights reserved.