| java.lang.Object |
| ↳ |
com.google.gdata.client.authn.oauth.OAuthHmacSha1Signer |
Class Overview
Signs strings using HMAC-SHA1.
Summary
| Public Methods |
|
String
|
getSignature(String baseString, OAuthParameters oauthParameters)
Signs the input string using the appropriate signature method.
|
|
String
|
getSignatureMethod()
Gets the signature method for this specific implementation.
|
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
From interface
com.google.gdata.client.authn.oauth.OAuthSigner
|
abstract
String
|
getSignature(String baseString, OAuthParameters oauthParameters)
Signs the input string using the appropriate signature method.
|
|
abstract
String
|
getSignatureMethod()
Gets the signature method for this specific implementation.
|
|
Public Constructors
public
OAuthHmacSha1Signer
()
Public Methods
public
String
getSignature
(String baseString, OAuthParameters oauthParameters)
Signs the input string using the appropriate signature method.
Parameters
| baseString
| The string to sign |
| oauthParameters
| The parameters related to the OAuth request or
null |
public
String
getSignatureMethod
()
Gets the signature method for this specific implementation.
Returns
- the signature method used to sign the base string