ILIAS
release_8 Revision v8.19
|
Public Member Functions | |
__construct ( $keyMaterial, string $algorithm) | |
getAlgorithm () | |
Return the algorithm valid for this key. More... | |
getKeyMaterial () | |
Private Attributes | |
$keyMaterial | |
string | $algorithm |
Firebase\JWT\Key::__construct | ( | $keyMaterial, | |
string | $algorithm | ||
) |
string | resource | OpenSSLAsymmetricKey | OpenSSLCertificate | $keyMaterial | |
string | $algorithm |
Definition at line 21 of file Key.php.
References Firebase\JWT\Key\$algorithm, and Firebase\JWT\Key\$keyMaterial.
Firebase\JWT\Key::getAlgorithm | ( | ) |
Return the algorithm valid for this key.
Definition at line 52 of file Key.php.
References Firebase\JWT\Key\$algorithm.
Firebase\JWT\Key::getKeyMaterial | ( | ) |
Definition at line 60 of file Key.php.
References Firebase\JWT\Key\$keyMaterial.
|
private |
Definition at line 15 of file Key.php.
Referenced by Firebase\JWT\Key\__construct(), and Firebase\JWT\Key\getAlgorithm().
|
private |
Definition at line 13 of file Key.php.
Referenced by Firebase\JWT\Key\__construct(), and Firebase\JWT\Key\getKeyMaterial().