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

Fonctions membres publiques

 allowedKeyTypes ()
 
 verify (JWK $key, string $input, string $signature)
 
 sign (JWK $key, string $input)
 
- Fonctions membres publiques hérités de Algorithm
 name ()
 

Fonctions membres protégées

 getAlgorithm ()
 

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 RSAPKCS1\checkKey().

◆ checkKey()

checkKey ( JWK  $key)
private
Exceptions
InvalidArgumentExceptionif the key type is not allowed
InvalidArgumentExceptionif the key is not valid

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

Référencé par RSAPKCS1\sign(), et RSAPKCS1\verify().

◆ getAlgorithm()

getAlgorithm ( )
abstractprotected

Référencé par RSAPKCS1\sign(), et RSAPKCS1\verify().

◆ sign()

sign ( JWK  $key,
string  $input 
)
Exceptions
InvalidArgumentExceptionif the key is not private
InvalidArgumentExceptionif the data cannot be signed

Implémente SignatureAlgorithm.

Références $input, $key, $result, RSAPKCS1\checkKey(), RSAKey\createFromJWK(), et RSAPKCS1\getAlgorithm().

◆ 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.

Références $input, $key, RSAPKCS1\checkKey(), RSAKey\createFromJWK(), et RSAPKCS1\getAlgorithm().


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