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

org.hyperledger.fabric.protos.msp.SerializedIdemixIdentityOrBuilder Maven / Gradle / Ivy

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

package org.hyperledger.fabric.protos.msp;

public interface SerializedIdemixIdentityOrBuilder extends
    // @@protoc_insertion_point(interface_extends:msp.SerializedIdemixIdentity)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * nym_x is the X-component of the pseudonym elliptic curve point.
   * It is a []byte representation of an amcl.BIG
   * The pseudonym can be seen as a public key of the identity, it is used to verify signatures.
   * 
* * bytes nym_x = 1 [json_name = "nymX"]; * @return The nymX. */ com.google.protobuf.ByteString getNymX(); /** *
   * nym_y is the Y-component of the pseudonym elliptic curve point.
   * It is a []byte representation of an amcl.BIG
   * The pseudonym can be seen as a public key of the identity, it is used to verify signatures.
   * 
* * bytes nym_y = 2 [json_name = "nymY"]; * @return The nymY. */ com.google.protobuf.ByteString getNymY(); /** *
   * ou contains the organizational unit of the idemix identity
   * 
* * bytes ou = 3 [json_name = "ou"]; * @return The ou. */ com.google.protobuf.ByteString getOu(); /** *
   * role contains the role of this identity (e.g., ADMIN or MEMBER)
   * 
* * bytes role = 4 [json_name = "role"]; * @return The role. */ com.google.protobuf.ByteString getRole(); /** *
   * proof contains the cryptographic evidence that this identity is valid
   * 
* * bytes proof = 5 [json_name = "proof"]; * @return The proof. */ com.google.protobuf.ByteString getProof(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy