Class IdemixPseudonym
- java.lang.Object
-
- org.hyperledger.fabric.sdk.idemix.IdemixPseudonym
-
public class IdemixPseudonym extends java.lang.Object
The class represents a pseudonym of a user, unlinkable to other pseudonyms of the user.
-
-
Constructor Summary
Constructors Constructor Description IdemixPseudonym(org.apache.milagro.amcl.FP256BN.BIG sk, IdemixIssuerPublicKey ipk)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.milagro.amcl.FP256BN.ECP
getNym()
-
-
-
Constructor Detail
-
IdemixPseudonym
public IdemixPseudonym(org.apache.milagro.amcl.FP256BN.BIG sk, IdemixIssuerPublicKey ipk)
Constructor- Parameters:
sk
- the secret key of the useripk
- the public key of the issuer
-
-