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

sawtooth.sdk.protobuf.AuthorizationChallengeSubmitOrBuilder Maven / Gradle / Ivy

Go to download

"Java classes generated from Sawtooth proto definition files, to interact with the component, consensus, and other validator interfaces"

There is a newer version: v0.1.3
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: authorization.proto

package sawtooth.sdk.protobuf;

public interface AuthorizationChallengeSubmitOrBuilder extends
    // @@protoc_insertion_point(interface_extends:AuthorizationChallengeSubmit)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * public key of node
   * 
* * string public_key = 1; */ java.lang.String getPublicKey(); /** *
   * public key of node
   * 
* * string public_key = 1; */ com.google.protobuf.ByteString getPublicKeyBytes(); /** *
   * signature derived from signing the challenge payload
   * 
* * string signature = 3; */ java.lang.String getSignature(); /** *
   * signature derived from signing the challenge payload
   * 
* * string signature = 3; */ com.google.protobuf.ByteString getSignatureBytes(); /** *
   * A set of requested Roles
   * 
* * repeated .RoleType roles = 4; */ java.util.List getRolesList(); /** *
   * A set of requested Roles
   * 
* * repeated .RoleType roles = 4; */ int getRolesCount(); /** *
   * A set of requested Roles
   * 
* * repeated .RoleType roles = 4; */ sawtooth.sdk.protobuf.RoleType getRoles(int index); /** *
   * A set of requested Roles
   * 
* * repeated .RoleType roles = 4; */ java.util.List getRolesValueList(); /** *
   * A set of requested Roles
   * 
* * repeated .RoleType roles = 4; */ int getRolesValue(int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy