PHP Class Jose\Object\JWKSets

Inheritance: implements Jose\Object\JWKSetsInterface, use trait BaseJWKSet, use trait JWKSetPEM
Datei anzeigen Open project: spomky-labs/jose

Public Methods

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

Method Details

__construct() public method

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

addKey() public method

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

addKeySet() public method

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

getKeys() public method

public getKeys ( )

removeKey() public method

public removeKey ( $index )