PHP 클래스 Jose\Object\DownloadedJWKSet

상속: implements Jose\Object\JWKSetInterface, use trait BaseJWKSet, use trait JWKSetPEM
파일 보기 프로젝트 열기: spomky-labs/jose

공개 메소드들

메소드 설명
__construct ( string $url, Psr\Cache\CacheItemPoolInterface $cache = null, integer $ttl = 86400, boolean $allow_unsecured_connection = false, boolean $allow_http_connection = false ) DownloadedJWKSet constructor.
addKey ( Jose\Object\JWKInterface $key )
removeKey ( $index )

보호된 메소드들

메소드 설명
getContent ( ) : string

비공개 메소드들

메소드 설명
downloadContent ( ) : string

메소드 상세

__construct() 공개 메소드

DownloadedJWKSet constructor.
public __construct ( string $url, Psr\Cache\CacheItemPoolInterface $cache = null, integer $ttl = 86400, boolean $allow_unsecured_connection = false, boolean $allow_http_connection = false )
$url string
$cache Psr\Cache\CacheItemPoolInterface
$ttl integer
$allow_unsecured_connection boolean
$allow_http_connection boolean

addKey() 공개 메소드

public addKey ( Jose\Object\JWKInterface $key )
$key Jose\Object\JWKInterface

getContent() 보호된 메소드

protected getContent ( ) : string
리턴 string

removeKey() 공개 메소드

public removeKey ( $index )