public interface ConfigSignatureOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getSignature()
Signature over the concatenation signatureHeader bytes and config bytes
|
com.google.protobuf.ByteString |
getSignatureHeader()
A marshaled SignatureHeader
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
com.google.protobuf.ByteString getSignatureHeader()
A marshaled SignatureHeader
bytes signature_header = 1 [json_name = "signatureHeader"];
com.google.protobuf.ByteString getSignature()
Signature over the concatenation signatureHeader bytes and config bytes
bytes signature = 2 [json_name = "signature"];
Copyright © 2022. All rights reserved.