HomeSort by relevance Sort by last modified time
    Searched full:signaturemethod (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/google_apis/gaia/
oauth_request_signer.h 18 // NOTE: Currently the only supported SignatureMethod is HMAC_SHA1_SIGNATURE
21 enum SignatureMethod {
59 SignatureMethod signature_method,
76 SignatureMethod signature_method,
88 SignatureMethod signature_method,
oauth_request_signer.cc 64 OAuthRequestSigner::SignatureMethod method) {
240 OAuthRequestSigner::SignatureMethod signature_method,
260 OAuthRequestSigner::SignatureMethod signature_method,
365 SignatureMethod signature_method,
395 SignatureMethod signature_method,
428 SignatureMethod signature_method,
  /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_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/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/
__init__.py 535 if not isinstance(method, SignatureMethod):
673 class SignatureMethod(object):
709 class SignatureMethod_HMAC_SHA1(SignatureMethod):
744 class SignatureMethod_PLAINTEXT(SignatureMethod):
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
cryptxml.h 246 CRYPT_XML_ALGORITHM SignatureMethod;
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
OAuth.php 136 * Please note that the second encoding MUST NOT happen in the SignatureMethod, as
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.javase16_1.0.0.200901281111/org/eclipse/pde/api/tools/internal/api_stubs/
JavaSE-1.6.zip 

Completed in 404 milliseconds