Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de l'interface MacAlgorithm
+ Graphe d'héritage de MacAlgorithm:

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 ()
 

Documentation des fonctions membres

◆ hash()

hash ( JWK  $key,
string  $input 
)

Sign the input.

Paramètres
JWK$keyThe private key used to hash the data
string$inputThe input

Implémenté dans HMAC, et HS256_64.

◆ verify()

verify ( JWK  $key,
string  $input,
string  $signature 
)

Verify the signature of data.

Paramètres
JWK$keyThe private key used to hash the data
string$inputThe input
string$signatureThe signature to verify

Implémenté dans HMAC.


La documentation de cette interface a été générée à partir du fichier suivant :