Jose\Factory\AlgorithmManagerFactory::isAlgorithmSupported PHP Method

isAlgorithmSupported() private static method

private static isAlgorithmSupported ( string $algorithm ) : boolean
$algorithm string
return boolean
    private static function isAlgorithmSupported($algorithm)
    {
        return array_key_exists($algorithm, self::getSupportedAlgorithms());
    }