public class OkHttpSigner extends AbstractSigner
charset, consumerKey, signingKey| Constructor and Description |
|---|
OkHttpSigner(Charset charset,
String consumerKey,
PrivateKey signingKey) |
OkHttpSigner(String consumerKey,
PrivateKey signingKey) |
public OkHttpSigner(Charset charset, String consumerKey, PrivateKey signingKey)
public OkHttpSigner(String consumerKey, PrivateKey signingKey)
public void sign(okhttp3.Request.Builder req)
throws IOException
IOExceptionCopyright © 2021. All rights reserved.