HomeSort by relevance Sort by last modified time
    Searched defs:oauth (Results 26 - 38 of 38) sorted by null

12

  /external/oauth/core/src/main/java/net/oauth/client/
URLConnectionResponse.java 17 package net.oauth.client;
26 import net.oauth.OAuth;
27 import net.oauth.http.HttpMessage;
28 import net.oauth.http.HttpResponseMessage;
40 * from OAuth WWW-Authenticate headers and the body. The header parameters
82 headers.add(new OAuth.Parameter(name, value));
89 headers.add(new OAuth.Parameter(CONTENT_TYPE, connection
OAuthClient.java 17 package net.oauth.client;
29 import net.oauth.OAuth;
30 import net.oauth.OAuthAccessor;
31 import net.oauth.OAuthConsumer;
32 import net.oauth.OAuthException;
33 import net.oauth.OAuthMessage;
34 import net.oauth.OAuthProblemException;
35 import net.oauth.http.HttpClient;
36 import net.oauth.http.HttpMessage
    [all...]
  /external/oauth/core/src/main/java/net/oauth/client/httpclient4/
HttpMethodResponse.java 17 package net.oauth.client.httpclient4;
25 import net.oauth.OAuth;
26 import net.oauth.client.ExcerptInputStream;
27 import net.oauth.http.HttpMessage;
28 import net.oauth.http.HttpResponseMessage;
48 * from OAuth WWW-Authenticate headers and the body. The header parameters
85 headers.add(new OAuth.Parameter(header.getName(), header.getValue()));
  /external/oauth/core/src/main/java/net/oauth/http/
HttpMessage.java 17 package net.oauth.http;
28 import net.oauth.client.ExcerptInputStream;
  /external/oauth/core/src/main/java/net/oauth/signature/
RSA_SHA1.java 17 package net.oauth.signature;
32 import net.oauth.OAuth;
33 import net.oauth.OAuthAccessor;
34 import net.oauth.OAuthException;
37 * Class to handle RSA-SHA1 signatures on OAuth requests. A consumer
193 byte[] signature = sign(baseString.getBytes(OAuth.ENCODING));
207 baseString.getBytes(OAuth.ENCODING));
OAuthSignatureMethod.java 17 package net.oauth.signature;
28 import net.oauth.OAuth;
29 import net.oauth.OAuthAccessor;
30 import net.oauth.OAuthConsumer;
31 import net.oauth.OAuthException;
32 import net.oauth.OAuthMessage;
33 import net.oauth.OAuthProblemException;
40 * A pair of algorithms for computing and verifying an OAuth digital signature.
52 message.addParameter(new OAuth.Parameter("oauth_signature"
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/oauth-client/google-oauth-client/1.22.0/
google-oauth-client-1.22.0.jar 
  /external/oauth/core/src/main/java/net/oauth/
OAuth.java 17 package net.oauth;
34 public class OAuth {
41 /** The MIME type for a sequence of OAuth parameters. */
89 * name/value pairs. Use OAuth percent encoding (not exactly the encoding
150 p.append(OAuth.percentEncode(toString(v)));
161 // OAuth encodes some characters differently:
173 // This implements http://oauth.pbwiki.com/FlexibleDecoding
OAuthMessage.java 17 package net.oauth;
33 import net.oauth.http.HttpMessage;
34 import net.oauth.signature.OAuthSignatureMethod;
37 * A request or response message used in the OAuth protocol.
58 this.parameters.add(new OAuth.Parameter(
97 addParameter(new OAuth.Parameter(key, value));
116 return getParameter(OAuth.OAUTH_CONSUMER_KEY);
120 return getParameter(OAuth.OAUTH_TOKEN);
124 return getParameter(OAuth.OAUTH_SIGNATURE_METHOD);
128 return getParameter(OAuth.OAUTH_SIGNATURE)
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/
VendorPolicyLoader.java 230 public String oauth; field in class:VendorPolicyLoader.Provider
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/modules/http-builder/http-builder/0.7.2/
http-builder-0.7.2.jar 
  /prebuilts/tools/common/google-api-java-client/1.20.0/
google-api-java-client-min-repackaged-1.20.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 368 milliseconds

12