Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de la classe None
+ Graphe d'héritage de None:

Fonctions membres publiques

 allowedKeyTypes ()
 
 sign (JWK $key, string $input)
 
 verify (JWK $key, string $input, string $signature)
 
 name ()
 

Fonctions membres privées

 checkKey (JWK $key)
 

Documentation des fonctions membres

◆ allowedKeyTypes()

allowedKeyTypes ( )

Returns the key types suitable for this algorithm (e.g. "oct", "RSA"...).

Renvoie
string[]

Implémente Algorithm.

Référencé par None\checkKey().

◆ checkKey()

checkKey ( JWK  $key)
private
Exceptions
InvalidArgumentExceptionif the key type is invalid

Références $key, et None\allowedKeyTypes().

Référencé par None\sign().

◆ name()

name ( )

Returns the name of the algorithm.

Implémente Algorithm.

◆ sign()

sign ( JWK  $key,
string  $input 
)

Sign the input.

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

Implémente SignatureAlgorithm.

Références None\checkKey().

◆ verify()

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

Verify the signature of data.

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

Implémente SignatureAlgorithm.


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