Package org.knowm.xchange.bitfinex.v2
Class BitfinexHmacSignature
java.lang.Object
org.knowm.xchange.service.BaseParamsDigest
org.knowm.xchange.bitfinex.v2.BitfinexHmacSignature
- All Implemented Interfaces:
si.mazi.rescu.ParamsDigest
public class BitfinexHmacSignature 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 BitfinexHmacSignaturecreateInstance(String secretKeyBase64)StringdigestParams(si.mazi.rescu.RestInvocation i)Methods inherited from class org.knowm.xchange.service.BaseParamsDigest
decodeBase64, getMac
-
Method Details
-
createInstance
-
digestParams
-