Mac mac = getMac();
byte[] hash = mac.doFinal(signature.getBytes());
BasicAuthCredentials auth = new BasicAuthCredentials(exchangeAccessKey, BTCChinaUtils.bytesToHex(hash));
return auth.digestParams(restInvocation);
}
/**
* Strip the {@code params} for signature message.
*