Class IdemixCredRequest
- java.lang.Object
-
- org.hyperledger.fabric.sdk.idemix.IdemixCredRequest
-
public class IdemixCredRequest extends java.lang.ObjectIdemixCredRequest represents the first message of the idemix issuance protocol, in which the user requests a credential from the issuer.
-
-
Constructor Summary
Constructors Constructor Description IdemixCredRequest(org.apache.milagro.amcl.FP256BN.BIG sk, org.apache.milagro.amcl.FP256BN.BIG issuerNonce, IdemixIssuerPublicKey ipk)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoJson()javax.json.JsonObjecttoJsonObject()
-
-
-
Constructor Detail
-
IdemixCredRequest
public IdemixCredRequest(org.apache.milagro.amcl.FP256BN.BIG sk, org.apache.milagro.amcl.FP256BN.BIG issuerNonce, IdemixIssuerPublicKey ipk)Constructor- Parameters:
sk- the secret key of the userissuerNonce- a nonceipk- the issuer public key
-
-