PHP Class Jose\Object\PublicJWKSet

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

Méthodes publiques

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

Method Details

__construct() public méthode

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

addKey() public méthode

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

getKeys() public méthode

public getKeys ( )

removeKey() public méthode

public removeKey ( $index )