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

  /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);
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/
index.php 49 public $signatureMethod;
55 $this->signatureMethod = new OAuthSignatureMethod_HMAC_SHA1();
111 $request->sign_request($this->signatureMethod, $this->consumer,

Completed in 39 milliseconds