Package info.bitrich.xchangestream.cexio
Class CexioDigest
- java.lang.Object
-
- org.knowm.xchange.service.BaseParamsDigest
-
- info.bitrich.xchangestream.cexio.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
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
CexioDigest(String secretKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
createSignature(long timestamp, String apiKey)
String
digestParams(si.mazi.rescu.RestInvocation restInvocation)
-
Methods inherited from class org.knowm.xchange.service.BaseParamsDigest
decodeBase64, getMac
-
-