public class GoogleApiClientSigner extends AbstractSigner
charset, consumerKey, signingKey| Constructor and Description |
|---|
GoogleApiClientSigner(Charset charset,
String consumerKey,
PrivateKey signingKey) |
GoogleApiClientSigner(String consumerKey,
PrivateKey signingKey) |
public GoogleApiClientSigner(Charset charset, String consumerKey, PrivateKey signingKey)
public GoogleApiClientSigner(String consumerKey, PrivateKey signingKey)
public void sign(com.google.api.client.http.HttpRequest request)
throws IOException
IOExceptionCopyright © 2020. All rights reserved.