public class OAuthHmacSha1Signer extends Object implements OAuthSigner
| Constructor and Description |
|---|
OAuthHmacSha1Signer() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public String getSignature(String baseString, OAuthParameters oauthParameters) throws OAuthException
OAuthSignergetSignature in interface OAuthSignerbaseString - the string to signoauthParameters - the parameters related to the OAuth request or
nullOAuthException - if signing the request failspublic String getSignatureMethod()
OAuthSignergetSignatureMethod in interface OAuthSignerCopyright © 2012. All Rights Reserved.