Class OAuthSignatureMethod
A class for implementing a Signature Method See section 9 ("Signing Requests") in the spec
Direct known subclasses
OAuthSignatureMethod_HMAC_SHA1, OAuthSignatureMethod_PLAINTEXT, OAuthSignatureMethod_RSA_SHA1
abstract public
string
|
|
abstract public
string
|
#
build_signature(
Build up the signature NOTE: The output of this function MUST NOT be urlencoded. the encoding is handled in OAuthRequest when the final request is serialized |
public
boolean
|
#
check_signature(
Verifies that a given signature is correct |