Uses of Class
org.keycloak.jose.jwk.JWK
Package
Description
-
Uses of JWK in org.keycloak.jose.jwk
Modifier and TypeMethodDescriptionJWKBuilder.ec
(Key key, List<X509Certificate> certificates, KeyUse keyUse) JWKParser.getJwk()
JWK[]
JSONWebKeySet.getKeys()
JWKBuilder.rsa
(Key key, X509Certificate certificate) JWKBuilder.rsa
(Key key, List<X509Certificate> certificates) JWKBuilder.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.sdjwt
Modifier and TypeMethodDescriptionstatic SignatureVerifierContext
JwkParsingUtils.convertJwkToVerifierContext
(JWK jwk) -
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)