Class CryptonitDigest
- java.lang.Object
-
- org.knowm.xchange.service.BaseParamsDigest
-
- org.knowm.xchange.cryptonit2.service.CryptonitDigest
-
- All Implemented Interfaces:
si.mazi.rescu.ParamsDigest
public class CryptonitDigest extends org.knowm.xchange.service.BaseParamsDigest- Author:
- Benedikt Bünz
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CryptonitDigestcreateInstance(String secretKeyBase64, String clientId, String apiKey)StringdigestParams(si.mazi.rescu.RestInvocation restInvocation)
-
-
-
Method Detail
-
createInstance
public static CryptonitDigest createInstance(String secretKeyBase64, String clientId, String apiKey)
-
digestParams
public String digestParams(si.mazi.rescu.RestInvocation restInvocation)
-
-