public class OkHttp2Signer extends AbstractSigner
charset, consumerKey, signingKey| Constructor and Description |
|---|
OkHttp2Signer(Charset charset,
String consumerKey,
PrivateKey signingKey) |
OkHttp2Signer(String consumerKey,
PrivateKey signingKey) |
public OkHttp2Signer(Charset charset, String consumerKey, PrivateKey signingKey)
public OkHttp2Signer(String consumerKey, PrivateKey signingKey)
public void sign(com.squareup.okhttp.Request.Builder req)
throws IOException
IOExceptionCopyright © 2020. All rights reserved.