Package | Description |
---|---|
org.keycloak.jose.jwk | |
org.keycloak.util |
Modifier and Type | Class and Description |
---|---|
class |
RSAPublicJWK |
Modifier and Type | Method and Description |
---|---|
JWK |
JWKParser.getJwk() |
JWK[] |
JSONWebKeySet.getKeys() |
JWK |
JWKBuilder.rs256(PublicKey key) |
Modifier and Type | Method and Description |
---|---|
static JWKParser |
JWKParser.create(JWK jwk) |
void |
JSONWebKeySet.setKeys(JWK[] keys) |
Constructor and Description |
---|
JWKParser(JWK jwk) |
Modifier and Type | Method and Description |
---|---|
static JWK |
JWKSUtils.getKeyForUse(JSONWebKeySet keySet,
JWK.Use requestedUse) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.