Moodle PHP Documentation 4.5
Moodle 4.5dev (Build: 20240606) (d3ae1391abe)
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: