Uses of Class
org.keycloak.jose.jwk.JWK
Package
Description
-
Uses of JWK in org.keycloak.jose.jwk
Modifier and TypeMethodDescriptionAbstractJWKParser.getJwk()
JWK[]
JSONWebKeySet.getKeys()
abstract JWK
abstract JWK
AbstractJWKBuilder.rsa
(Key key, X509Certificate certificate) AbstractJWKBuilder.rsa
(Key key, List<X509Certificate> certificates) AbstractJWKBuilder.rsa
(Key key, List<X509Certificate> certificates, KeyUse keyUse) -
Uses of JWK in org.keycloak.jose.jws
-
Uses of JWK in org.keycloak.protocol.oid4vc.issuance.signing
Modifier and TypeMethodDescriptionprotected JWK
JwtProofBasedSigningService.validateProof
(VCIssuanceContext vcIssuanceContext) Modifier and TypeMethodDescriptionprotected SignatureVerifierContext
SigningService.getVerifier
(JWK jwk, String jwsAlgorithm) -
Uses of JWK in org.keycloak.util
Modifier and TypeMethodDescriptionstatic JWK
JWKSUtils.getKeyForUse
(JSONWebKeySet keySet, JWK.Use requestedUse) Modifier and TypeMethodDescriptionstatic String
JWKSUtils.computeThumbprint
(JWK key) static String
JWKSUtils.computeThumbprint
(JWK key, String hashAlg) static KeyWrapper
JWKSUtils.getKeyWrapper
(JWK jwk)