public interface SerializedIdemixIdentityOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getNymX()
nym_x is the X-component of the pseudonym elliptic curve point.
|
com.google.protobuf.ByteString |
getNymY()
nym_y is the Y-component of the pseudonym elliptic curve point.
|
com.google.protobuf.ByteString |
getOu()
ou contains the organizational unit of the idemix identity
|
com.google.protobuf.ByteString |
getProof()
proof contains the cryptographic evidence that this identity is valid
|
com.google.protobuf.ByteString |
getRole()
role contains the role of this identity (e.g., ADMIN or MEMBER)
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
com.google.protobuf.ByteString getNymX()
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"];
com.google.protobuf.ByteString getNymY()
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"];
com.google.protobuf.ByteString getOu()
ou contains the organizational unit of the idemix identity
bytes ou = 3 [json_name = "ou"];
com.google.protobuf.ByteString getRole()
role contains the role of this identity (e.g., ADMIN or MEMBER)
bytes role = 4 [json_name = "role"];
com.google.protobuf.ByteString getProof()
proof contains the cryptographic evidence that this identity is valid
bytes proof = 5 [json_name = "proof"];
Copyright © 2022. All rights reserved.