PHP Class Jose\Object\JWKSets

Inheritance: implements Jose\Object\JWKSetsInterface, use trait BaseJWKSet, use trait JWKSetPEM
Afficher le fichier Open project: spomky-labs/jose

Méthodes publiques

Méthode Description
__construct ( array $jwksets = [] ) JWKSets constructor.
addKey ( Jose\Object\JWKInterface $key )
addKeySet ( Jose\Object\JWKSetInterface $jwkset )
getKeys ( )
removeKey ( $index )

Method Details

__construct() public méthode

JWKSets constructor.
public __construct ( array $jwksets = [] )
$jwksets array

addKey() public méthode

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

addKeySet() public méthode

public addKeySet ( Jose\Object\JWKSetInterface $jwkset )
$jwkset Jose\Object\JWKSetInterface

getKeys() public méthode

public getKeys ( )

removeKey() public méthode

public removeKey ( $index )