public interface OAuthSigner
Modifier and Type | Method and Description |
---|---|
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.
|
java.lang.String getSignature(java.lang.String baseString, OAuthParameters oauthParameters) throws OAuthException
baseString
- the string to signoauthParameters
- the parameters related to the OAuth request or
null
OAuthException
- if signing the request failsjava.lang.String getSignatureMethod()