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