Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
hash (JWK $key, string $input) | |
name () | |
Fonctions membres publiques hérités de HMAC | |
allowedKeyTypes () | |
verify (JWK $key, string $input, string $signature) | |
hash (JWK $key, string $input) | |
Fonctions membres protégées | |
getHashAlgorithm () | |
Fonctions membres protégées hérités de HMAC | |
getKey (JWK $key) | |
getHashAlgorithm () | |
|
protected |
hash | ( | JWK | $key, |
string | $input | ||
) |
Sign the input.
JWK | $key | The private key used to hash the data |
string | $input | The input |
Implémente MacAlgorithm.
name | ( | ) |
Returns the name of the algorithm.
Implémente Algorithm.