Get desktop application:
View/edit binary Protocol Buffers messages
Name holds the identifier of the MSP
ipk represents the (serialized) issuer public key
signer may contain crypto material to configure a default signer
revocation_pk is the public key used for revocation of credentials
epoch represents the current epoch (time interval) used for revocation
curve_id indicates which Elliptic Curve should be used
schema contains the version of the schema used by this credential
IdemixMSPSIgnerConfig contains the crypto material to set up an idemix signing identity
Used in:
cred represents the serialized idemix credential of the default signer
sk is the secret key of the default signer, corresponding to credential Cred
organizational_unit_identifier defines the organizational unit the default signer is in
role defines whether the default signer is admin, peer, member or client
enrollment_id contains the enrollment id of this signer
credential_revocation_information contains a serialized CredentialRevocationInformation
RevocationHandle is the handle used to single out this credential and determine its revocation status
curve_id indicates which Elliptic Curve should be used
schema contains the version of the schema used by this credential
This struct represents an Idemix Identity to be used to serialize it and deserialize it. The IdemixMSP will first serialize an idemix identity to bytes using this proto, and then uses these bytes as id_bytes in SerializedIdentity
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.
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.
ou contains the organizational unit of the idemix identity
role contains the role of this identity (e.g., ADMIN or MEMBER)
proof contains the cryptographic evidence that this identity is valid
schema contains the version of the schema used by this credential