log.debug("signature message: {}", signature);
Mac mac = getMac();
byte[] hash = mac.doFinal(signature.getBytes());
BasicAuthCredentials auth = new BasicAuthCredentials(exchangeAccessKey, BTCChinaUtils.bytesToHex(hash));
return auth.digestParams(restInvocation);
}