Package | Description |
---|---|
org.keycloak.jose.jwk | |
org.keycloak.util |
Modifier and Type | Class and Description |
---|---|
class |
ECPublicJWK |
class |
RSAPublicJWK |
Modifier and Type | Method and Description |
---|---|
JWK |
JWKBuilder.ec(Key key) |
JWK |
JWKParser.getJwk() |
JWK[] |
JSONWebKeySet.getKeys() |
JWK |
JWKBuilder.rs256(PublicKey key) |
JWK |
JWKBuilder.rsa(Key key) |
JWK |
JWKBuilder.rsa(Key key,
KeyUse keyUse) |
JWK |
JWKBuilder.rsa(Key key,
List<X509Certificate> certificates) |
JWK |
JWKBuilder.rsa(Key key,
List<X509Certificate> certificates,
KeyUse keyUse) |
JWK |
JWKBuilder.rsa(Key key,
X509Certificate certificate) |
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 © 2021 JBoss by Red Hat. All rights reserved.