Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de la classe KeyChecker

Fonctions membres publiques statiques

static checkKeyUsage (JWK $key, string $usage)
 
static checkKeyAlgorithm (JWK $key, string $algorithm)
 

Fonctions membres privées statiques

static checkOperation (JWK $key, string $usage)
 
static checkUsage (JWK $key, string $usage)
 

Documentation des fonctions membres

◆ checkKeyAlgorithm()

static checkKeyAlgorithm ( JWK  $key,
string  $algorithm 
)
static
Exceptions
InvalidArgumentExceptionif the key is not suitable for the selected algorithm

Références $key.

Référencé par JWSBuilder\addSignature(), et JWSVerifier\verifySignature().

◆ checkKeyUsage()

static checkKeyUsage ( JWK  $key,
string  $usage 
)
static

Références $key.

Référencé par JWSBuilder\addSignature(), et JWSVerifier\verifySignature().

◆ checkOperation()

static checkOperation ( JWK  $key,
string  $usage 
)
staticprivate
Exceptions
InvalidArgumentExceptionif the key is not suitable for the selected operation

Références $key.

◆ checkUsage()

static checkUsage ( JWK  $key,
string  $usage 
)
staticprivate
Exceptions
InvalidArgumentExceptionif the key is not suitable for the selected operation

Références $key.


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