Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
Firebase\JWT\Key Class Reference

Public Member Functions

 __construct ( $keyMaterial, string $algorithm)
 
 getAlgorithm ()
 Return the algorithm valid for this key.
 
 getKeyMaterial ()
 

Constructor & Destructor Documentation

◆ __construct()

Firebase\JWT\Key::__construct ( $keyMaterial,
string $algorithm )
Parameters
string | resource | OpenSSLAsymmetricKey | OpenSSLCertificate$keyMaterial
string$algorithm

Member Function Documentation

◆ getAlgorithm()

Firebase\JWT\Key::getAlgorithm ( )

Return the algorithm valid for this key.

Return values
string

◆ getKeyMaterial()

Firebase\JWT\Key::getKeyMaterial ( )
Return values
string|resource|OpenSSLAsymmetricKey|OpenSSLCertificate

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