PHP Class Jose\Object\JWK

Inheritance: implements Jose\Object\JWKInterface
Afficher le fichier Open project: spomky-labs/jose

Méthodes publiques

Méthode Description
__construct ( array $values = [] ) JWK constructor.
get ( $key )
getAll ( )
has ( $key )
jsonSerialize ( )
thumbprint ( $hash_algorithm )
toPublic ( ) : Jose\Object\JWKInterface

Method Details

__construct() public méthode

JWK constructor.
public __construct ( array $values = [] )
$values array

get() public méthode

public get ( $key )

getAll() public méthode

public getAll ( )

has() public méthode

public has ( $key )

jsonSerialize() public méthode

public jsonSerialize ( )

thumbprint() public méthode

public thumbprint ( $hash_algorithm )

toPublic() public méthode

public toPublic ( ) : Jose\Object\JWKInterface
Résultat Jose\Object\JWKInterface