Jose\Factory\JWKFactoryInterface::createFromX5U PHP Method

createFromX5U() public static method

public static createFromX5U ( string $x5u, boolean $allow_unsecured_connection = false, Psr\Cache\CacheItemPoolInterface $cache = null, integer | null $ttl = 86400, boolean $allow_http_connection = false ) : Jose\Object\JWKSetInterface
$x5u string
$allow_unsecured_connection boolean
$cache Psr\Cache\CacheItemPoolInterface
$ttl integer | null
$allow_http_connection boolean
return Jose\Object\JWKSetInterface
    public static function createFromX5U($x5u, $allow_unsecured_connection = false, CacheItemPoolInterface $cache = null, $ttl = 86400, $allow_http_connection = false);