Jose\Factory\CompressionManagerFactory::isAlgorithmSupported PHP Method

isAlgorithmSupported() private static method

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