Package org.knowm.xchange.cexio.service
Class CexIODigest
java.lang.Object
org.knowm.xchange.service.BaseParamsDigest
org.knowm.xchange.cexio.service.CexIODigest
- All Implemented Interfaces:
si.mazi.rescu.ParamsDigest
public class CexIODigest extends BaseParamsDigest
-
Field Summary
Fields inherited from class org.knowm.xchange.service.BaseParamsDigest
HMAC_MD5, HMAC_SHA_1, HMAC_SHA_256, HMAC_SHA_384, HMAC_SHA_512
-
Method Summary
Modifier and Type Method Description static CexIODigest
createInstance(String secretKeyBase64, String clientId, String apiKey, si.mazi.rescu.SynchronizedValueFactory<Long> nonceFactory)
String
digestParams(si.mazi.rescu.RestInvocation restInvocation)
Methods inherited from class org.knowm.xchange.service.BaseParamsDigest
decodeBase64, getMac
-
Method Details
-
createInstance
public static CexIODigest createInstance(String secretKeyBase64, String clientId, String apiKey, si.mazi.rescu.SynchronizedValueFactory<Long> nonceFactory) -
digestParams
-