JSON Web Key implementation, based on this spec: https://tools.ietf.org/html/draft-ietf-jose-json-web-key-41
PHP version 5
| Methods | ||
|---|---|---|
public
static
|
parseKeySet(array $jwks): array<string, Key>
|
# |
public
static
|
parseKey(array $jwk): Key
|
# |