Class GoogleApiClientSigner


  • public class GoogleApiClientSigner
    extends AbstractSigner
    Utility class for signing Google HTTP Client requests. See also: https://github.com/googleapis/google-http-java-client
    • Constructor Detail

      • GoogleApiClientSigner

        public GoogleApiClientSigner​(String consumerKey,
                                     PrivateKey signingKey)
      • GoogleApiClientSigner

        public GoogleApiClientSigner​(Charset charset,
                                     String consumerKey,
                                     PrivateKey signingKey)
    • Method Detail

      • sign

        public void sign​(com.google.api.client.http.HttpRequest request)
                  throws IOException
        Throws:
        IOException