Home
last modified time | relevance | path

Searched refs:OAuthSignatureMethod_HMAC_SHA1 (Results 1 – 2 of 2) sorted by relevance

/plugin/autotweet/
H A Dtwitteroauth.php60 $this->sha1_method = new OAuthSignatureMethod_HMAC_SHA1();
H A DOAuth.php99 class OAuthSignatureMethod_HMAC_SHA1 extends OAuthSignatureMethod { class