|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SignatureService
Signs a base string, returning the OAuth signature
| Method Summary | |
|---|---|
String |
getSignature(String baseString,
String apiSecret,
String tokenSecret)
Returns the signature |
String |
getSignatureMethod()
Returns the signature method/algorithm |
| Method Detail |
|---|
String getSignature(String baseString,
String apiSecret,
String tokenSecret)
baseString - url-encoded string to signapiSecret - api secret for your apptokenSecret - token secret (empty string for the request token step)
String getSignatureMethod()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||