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