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

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

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: common/configuration.proto

package org.hyperledger.fabric.protos.common;

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

  /**
   * 
   * SHA256 is currently the only supported and tested algorithm.
   * 
* * string name = 1 [json_name = "name"]; * @return The name. */ java.lang.String getName(); /** *
   * SHA256 is currently the only supported and tested algorithm.
   * 
* * string name = 1 [json_name = "name"]; * @return The bytes for name. */ com.google.protobuf.ByteString getNameBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy