Method | Description | |
---|---|---|
checkKeyAlgorithm ( Jose\Object\JWKInterface $key, string $algorithm ) | ||
checkKeyUsage ( Jose\Object\JWKInterface $key, string $usage ) : boolean |
Method | Description | |
---|---|---|
checkOperation ( Jose\Object\JWKInterface $key, string $usage ) : boolean | ||
checkUsage ( Jose\Object\JWKInterface $key, string $usage ) : boolean |
protected checkKeyAlgorithm ( Jose\Object\JWKInterface $key, string $algorithm ) | ||
$key | Jose\Object\JWKInterface | |
$algorithm | string |
protected checkKeyUsage ( Jose\Object\JWKInterface $key, string $usage ) : boolean | ||
$key | Jose\Object\JWKInterface | |
$usage | string | |
return | boolean |