Uses of Class
io.helidon.security.jwt.jwk.JwkKeys
Packages that use JwkKeys
Package
Description
JWT (JSON web token) support.
JWK (JSON web key) support.
Open ID Connect (OIDC) classes usable from all OIDC related components.
-
Uses of JwkKeys in io.helidon.security.jwt
Methods in io.helidon.security.jwt with parameters of type JwkKeysModifier and TypeMethodDescriptionDecryptSignedJwtfrom the content of the encrypted jwt.DecryptSignedJwtfrom the content of the encrypted jwt.JwkKeyswhich should be searched for key with specific kid.static SignedJwtSign a jwt using a key obtained based on kid fromJwkKeys.SignedJwt.verifySignature(JwkKeys keys) Verify signature against the provided keys (the kid of this JWT should be present in theJwkKeysprovided).SignedJwt.verifySignature(JwkKeys keys, Jwk defaultJwk) Verify signature against the provided keys (the kid of thisPrincipal JWT should be present in theJwkKeysprovided). -
Uses of JwkKeys in io.helidon.security.jwt.jwk
Methods in io.helidon.security.jwt.jwk that return JwkKeysModifier and TypeMethodDescriptionJwkKeys.Builder.build()Build a new keys instance.static JwkKeysJwkKeys.create(JsonObject json) Create Jwk keys from its JSON representation. -
Uses of JwkKeys in io.helidon.security.providers.oidc.common
Methods in io.helidon.security.providers.oidc.common that return JwkKeysModifier and TypeMethodDescriptionOidcConfig.signJwk()JWK used for signature validation.Tenant.signJwk()JWK used for signature validation.Methods in io.helidon.security.providers.oidc.common that return types with arguments of type JwkKeysModifier and TypeMethodDescriptionTenantConfig.tenantSignJwk()JWK used for signature validation.