[ class tree: core ] [ index: core ] [ all elements ]

Class: OAuthSignatureMethod_HMAC_SHA1

Source Location: /zp-extensions/common/oAuth/OAuth.php

Class OAuthSignatureMethod_HMAC_SHA1

Class Overview

The HMAC-SHA1 signature method uses the HMAC-SHA1 signature algorithm as defined in [RFC2104] where the Signature Base String is the text and the key is the concatenated values (each first encoded per Parameter Encoding) of the Consumer Secret and Token Secret, separated by an '&' character (ASCII code 38) even if empty.

  • Chapter 9.2 ("HMAC-SHA1")

Located in /zp-extensions/common/oAuth/OAuth.php [line 99]

OAuthSignatureMethod
   |
   --OAuthSignatureMethod_HMAC_SHA1

Methods

[ Top ]
Inherited Properties, Constants, and Methods
Inherited Properties Inherited Methods Inherited Constants

Inherited From OAuthSignatureMethod

OAuthSignatureMethod::build_signature()
Build up the signature NOTE: The output of this function MUST NOT be urlencoded.
OAuthSignatureMethod::check_signature()
Verifies that a given signature is correct
OAuthSignatureMethod::get_name()
Needs to return the name of the Signature Method (ie HMAC-SHA1)

[ Top ]
Method Summary
void   build_signature()  
void   get_name()  

[ Top ]
Methods
build_signature  [line 104]

  void build_signature( $request, $consumer, $token  )

Parameters:
   $request: 
   $consumer: 
   $token: 

API Tags:
Access:  public


Redefinition of:
OAuthSignatureMethod::build_signature()
Build up the signature NOTE: The output of this function MUST NOT be urlencoded.

[ Top ]
get_name  [line 100]

  void get_name( )



Redefinition of:
OAuthSignatureMethod::get_name()
Needs to return the name of the Signature Method (ie HMAC-SHA1)

[ Top ]

Documentation generated on Sat, 07 Jun 2014 18:03:40 +0200 by phpDocumentor 1.4.3