Package org.knowm.xchange.lgo.service
Class LgoSignatureServicePassthroughs
java.lang.Object
org.knowm.xchange.lgo.service.LgoSignatureServicePassthroughs
- All Implemented Interfaces:
LgoSignatureService
,si.mazi.rescu.ParamsDigest
public class LgoSignatureServicePassthroughs extends Object implements LgoSignatureService
-
Constructor Summary
Constructors Constructor Description LgoSignatureServicePassthroughs(String userName, String apiKey, String secretKey)
-
Method Summary
Modifier and Type Method Description String
digestSignedUrlAndBodyHeader(String urlToSign, String timestamp, String body)
String
digestSignedUrlHeader(String urlToSign, String timestamp)
LgoOrderSignature
signOrder(String encryptedOrder)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.knowm.xchange.lgo.service.LgoSignatureService
digestParams, needsBodySignature
-
Constructor Details
-
LgoSignatureServicePassthroughs
-
-
Method Details
-
digestSignedUrlHeader
- Specified by:
digestSignedUrlHeader
in interfaceLgoSignatureService
-
digestSignedUrlAndBodyHeader
- Specified by:
digestSignedUrlAndBodyHeader
in interfaceLgoSignatureService
-
signOrder
- Specified by:
signOrder
in interfaceLgoSignatureService
-