Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
hash (JWK $key, string $input) | |
verify (JWK $key, string $input, string $signature) | |
Fonctions membres publiques hérités de Algorithm | |
name () | |
allowedKeyTypes () | |
hash | ( | JWK | $key, |
string | $input | ||
) |
verify | ( | JWK | $key, |
string | $input, | ||
string | $signature | ||
) |
Verify the signature of data.
JWK | $key | The private key used to hash the data |
string | $input | The input |
string | $signature | The signature to verify |
Implémenté dans HMAC.