LTI Integration Library  3.1.0
PHP class library for building LTI integrations
OAuthSignatureMethod_HMAC_SHA512 Class Reference

Class to represent an OAuth HMAC_SHA512 signature method. More...

Inheritance diagram for OAuthSignatureMethod_HMAC_SHA512:
OAuthSignatureMethod

Public Member Functions

 get_name ()
 
 build_signature ($request, $consumer, $token)
 
- Public Member Functions inherited from OAuthSignatureMethod
 get_name ()
 Needs to return the name of the Signature Method (ie HMAC-SHA1) More...
 
 build_signature ($request, $consumer, $token)
 Build up the signature NOTE: The output of this function MUST NOT be urlencoded. More...
 
 check_signature ($request, $consumer, $token, $signature)
 Verifies that a given signature is correct. More...
 

Detailed Description

Class to represent an OAuth HMAC_SHA512 signature method.

Author
Stephen P Vickers steph.nosp@m.en@s.nosp@m.pvsof.nosp@m.twar.nosp@m.eprod.nosp@m.ucts.nosp@m..com
Version
2015-11-30
Licence: https://opensource.org/licenses/MIT The MIT LicenseThe HMAC-SHA512 signature method uses the HMAC-SHA512 signature algorithm as defined in [RFC6234]
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.

Definition at line 20 of file OAuthSignatureMethod_HMAC_SHA512.php.

Member Function Documentation

◆ build_signature()

build_signature (   $request,
  $consumer,
  $token 
)

◆ get_name()

get_name ( )

Definition at line 23 of file OAuthSignatureMethod_HMAC_SHA512.php.


The documentation for this class was generated from the following file: