|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.gdata.client.authn.oauth.OAuthHmacSha1Signer
public class OAuthHmacSha1Signer
Signs strings using HMAC-SHA1.
| Constructor Summary | |
|---|---|
OAuthHmacSha1Signer()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getSignature(java.lang.String baseString,
OAuthParameters oauthParameters)
Signs the input string using the appropriate signature method. |
java.lang.String |
getSignatureMethod()
Gets the signature method for this specific implementation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OAuthHmacSha1Signer()
| Method Detail |
|---|
public java.lang.String getSignature(java.lang.String baseString,
OAuthParameters oauthParameters)
throws OAuthException
OAuthSigner
getSignature in interface OAuthSignerbaseString - the string to signoauthParameters - the parameters related to the OAuth request or
null
OAuthException - if signing the request failspublic java.lang.String getSignatureMethod()
OAuthSigner
getSignatureMethod in interface OAuthSigner
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||