All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.hyperledger.fabric.protos.common.MetadataSignatureOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: common/common.proto
// Protobuf Java Version: 4.28.2

package org.hyperledger.fabric.protos.common;

public interface MetadataSignatureOrBuilder extends
    // @@protoc_insertion_point(interface_extends:common.MetadataSignature)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * An encoded SignatureHeader
   * 
* * bytes signature_header = 1 [json_name = "signatureHeader"]; * @return The signatureHeader. */ com.google.protobuf.ByteString getSignatureHeader(); /** *
   * The signature over the concatenation of the Metadata value bytes, signatureHeader, and block header
   * 
* * bytes signature = 2 [json_name = "signature"]; * @return The signature. */ com.google.protobuf.ByteString getSignature(); /** *
   * An encoded IdentifierHeader. If the signature header is empty, this is used to identify the creator by id
   * 
* * bytes identifier_header = 3 [json_name = "identifierHeader"]; * @return The identifierHeader. */ com.google.protobuf.ByteString getIdentifierHeader(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy