Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
moodle\mod\lti\OAuthSignatureMethod_HMAC_SHA1 Class Reference

Implementation for SHA 1. More...

Inheritance diagram for moodle\mod\lti\OAuthSignatureMethod_HMAC_SHA1:
moodle\mod\lti\OAuthSignatureMethod_HMAC moodle\mod\lti\OAuthSignatureMethod

Public Member Functions

 build_signature ($request, $consumer, $token)
 
 check_signature (&$request, $consumer, $token, $signature)
 
 get_name ()
 Name of the Algorithm used.
 

Detailed Description

Implementation for SHA 1.

Member Function Documentation

◆ get_name()

moodle\mod\lti\OAuthSignatureMethod_HMAC_SHA1::get_name ( )

Name of the Algorithm used.

Return values
stringalgorithm name.

Reimplemented from moodle\mod\lti\OAuthSignatureMethod_HMAC.


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