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

  /external/oauth/core/src/main/java/net/oauth/signature/
PLAINTEXT.java 26 class PLAINTEXT extends OAuthSignatureMethod {
OAuthSignatureMethod.java 252 registerMethodClass("PLAINTEXT", PLAINTEXT.class);
255 registerMethodClass("PLAINTEXT" + _ACCESSOR, PLAINTEXT.class);
  /external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/
chrome_ex_oauthsimple.js 217 /** set the signature method (currently only Plaintext or SHA-MAC1)
219 * @param method {string} Method of signing the transaction (only PLAINTEXT and SHA-MAC1 allowed for now)
225 //TODO: accept things other than PlainText or SHA-MAC1
226 if (method.toUpperCase().match(/(PLAINTEXT|HMAC-SHA1)/) === undefined) {
444 if (this._parameters['oauth_signature_method'] == 'PLAINTEXT')
  /external/chromium/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
chrome_ex_oauthsimple.js 217 /** set the signature method (currently only Plaintext or SHA-MAC1)
219 * @param method {string} Method of signing the transaction (only PLAINTEXT and SHA-MAC1 allowed for now)
225 //TODO: accept things other than PlainText or SHA-MAC1
226 if (method.toUpperCase().match(/(PLAINTEXT|HMAC-SHA1)/) === undefined) {
444 if (this._parameters['oauth_signature_method'] == 'PLAINTEXT')
  /external/chromium/chrome/common/extensions/docs/examples/extensions/wave/
chrome_ex_oauthsimple.js 217 /** set the signature method (currently only Plaintext or SHA-MAC1)
219 * @param method {string} Method of signing the transaction (only PLAINTEXT and SHA-MAC1 allowed for now)
225 //TODO: accept things other than PlainText or SHA-MAC1
226 if (method.toUpperCase().match(/(PLAINTEXT|HMAC-SHA1)/) === undefined) {
444 if (this._parameters['oauth_signature_method'] == 'PLAINTEXT')
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/gdocs/
chrome_ex_oauthsimple.js 217 /** set the signature method (currently only Plaintext or SHA-MAC1)
219 * @param method {string} Method of signing the transaction (only PLAINTEXT and SHA-MAC1 allowed for now)
225 //TODO: accept things other than PlainText or SHA-MAC1
226 if (method.toUpperCase().match(/(PLAINTEXT|HMAC-SHA1)/) === undefined) {
444 if (this._parameters['oauth_signature_method'] == 'PLAINTEXT')
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
chrome_ex_oauthsimple.js 217 /** set the signature method (currently only Plaintext or SHA-MAC1)
219 * @param method {string} Method of signing the transaction (only PLAINTEXT and SHA-MAC1 allowed for now)
225 //TODO: accept things other than PlainText or SHA-MAC1
226 if (method.toUpperCase().match(/(PLAINTEXT|HMAC-SHA1)/) === undefined) {
444 if (this._parameters['oauth_signature_method'] == 'PLAINTEXT')
  /frameworks/base/core/tests/coretests/src/android/app/
DownloadManagerBaseTest.java 92 PLAINTEXT,
    [all...]

Completed in 510 milliseconds