Jose\Factory\AlgorithmManagerFactory::isAlgorithmSupported PHP Méthode

isAlgorithmSupported() private static méthode

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