Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
hash (string $data, Key $key) | |
verify (string $data, Key $key, string $signature) | |
Fonctions membres protégées | |
getHashAlgorithm () | |
getSignatureLength () | |
Fonctions membres privées | |
checKey (Key $key) | |
Membres hérités additionnels | |
Fonctions membres publiques statiques hérités de Algorithm | |
static | identifier () |
|
private |
Références $key, Assertion\eq(), et Assertion\true().
Référencé par Hmac\hash().
|
abstractprotected |
Référencé par Hmac\hash().
|
abstractprotected |
Référencé par Hmac\hash().
hash | ( | string | $data, |
Key | $key | ||
) |
Implémente Mac.
Références $key, Hmac\checKey(), Hmac\getHashAlgorithm(), et Hmac\getSignatureLength().
Référencé par Hmac\verify().
verify | ( | string | $data, |
Key | $key, | ||
string | $signature | ||
) |
Implémente Mac.
Références $key, et Hmac\hash().