Uses of Interface
com.google.api.client.auth.oauth.OAuthSigner

Packages that use OAuthSigner
com.google.api.client.auth.oauth OAuth 1.0 authorization as specified in RFC 5849: The OAuth 1.0 Protocol (see detailed package specification). 
 

Uses of OAuthSigner in com.google.api.client.auth.oauth
 

Classes in com.google.api.client.auth.oauth that implement OAuthSigner
 class OAuthHmacSigner
          OAuth "HMAC-SHA1" signature method.
 class OAuthRsaSigner
          OAuth "RSA-SHA1" signature method.
 

Fields in com.google.api.client.auth.oauth declared as OAuthSigner
 OAuthSigner OAuthParameters.signer
          Required OAuth signature algorithm.
 OAuthSigner AbstractOAuthGetToken.signer
          Required OAuth signature algorithm.
 



Copyright © 2010-2011 Google. All Rights Reserved.