PHP Class Jose\Object\PublicJWKSet

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

Public Methods

Method Description
__construct ( Jose\Object\JWKSetInterface $jwkset ) PublicJWKSet constructor.
addKey ( Jose\Object\JWKInterface $key )
getKeys ( )
removeKey ( $index )

Method Details

__construct() public method

PublicJWKSet constructor.
public __construct ( Jose\Object\JWKSetInterface $jwkset )
$jwkset Jose\Object\JWKSetInterface

addKey() public method

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

getKeys() public method

public getKeys ( )

removeKey() public method

public removeKey ( $index )