Class PlainTextMessageSigner
java.lang.Object
oauth.signpost.signature.OAuthMessageSigner
oauth.signpost.signature.PlainTextMessageSigner
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class OAuthMessageSigner
base64Encode, decodeBase64, getConsumerSecret, getTokenSecret, setConsumerSecret, setTokenSecret
-
Constructor Details
-
PlainTextMessageSigner
public PlainTextMessageSigner()
-
-
Method Details
-
getSignatureMethod
- Specified by:
getSignatureMethodin classOAuthMessageSigner
-
sign
public String sign(HttpRequest request, HttpParameters requestParams) throws OAuthMessageSignerException - Specified by:
signin classOAuthMessageSigner- Throws:
OAuthMessageSignerException
-