HomeSort by relevance Sort by last modified time
    Searched defs:signatureMethod (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/
index.php 48 public $signatureMethod;
54 $this->signatureMethod = new OAuthSignatureMethod_HMAC_SHA1();
110 $request->sign_request($this->signatureMethod, $this->consumer,
  /external/oauth/core/src/main/java/net/oauth/
OAuthMessage.java 263 String signatureMethod = pMap.get(OAuth.OAUTH_SIGNATURE_METHOD);
264 if (signatureMethod == null) {
265 signatureMethod = (String) consumer.getProperty(OAuth.OAUTH_SIGNATURE_METHOD);
266 if (signatureMethod == null) {
267 signatureMethod = OAuth.HMAC_SHA1;
269 addParameter(OAuth.OAUTH_SIGNATURE_METHOD, signatureMethod);
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 91 milliseconds