public interface OAuthSigner
| 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.
|
String getSignature(String baseString, OAuthParameters oauthParameters) throws OAuthException
baseString - the string to signoauthParameters - the parameters related to the OAuth request or
nullOAuthException - if signing the request failsString getSignatureMethod()
Copyright © 2012. All Rights Reserved.