HomeSort by relevance Sort by last modified time
    Searched refs:signatureMethod (Results 1 - 6 of 6) 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);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
xpsdigitalsignature.h 167 LPWSTR *signatureMethod) = 0;
170 LPCWSTR signatureMethod) = 0;
242 LPWSTR *signatureMethod);
246 LPCWSTR signatureMethod);
315 #define IXpsSigningOptions_GetSignatureMethod(This,signatureMethod) (This)->lpVtbl->GetSignatureMethod(This,signatureMethod)
316 #define IXpsSigningOptions_SetSignatureMethod(This,signatureMethod) (This)->lpVtbl->SetSignatureMethod(This,signatureMethod)
348 static FORCEINLINE HRESULT IXpsSigningOptions_GetSignatureMethod(IXpsSigningOptions* This,LPWSTR *signatureMethod) {
349 return This->lpVtbl->GetSignatureMethod(This,signatureMethod);
    [all...]
msopc.h     [all...]
  /prebuilts/tools/common/m2/repository/com/google/oauth-client/google-oauth-client/1.22.0/
google-oauth-client-1.22.0.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 743 milliseconds