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 TypeMethodDescriptionDecryptSignedJwt
from the content of the encrypted jwt.DecryptSignedJwt
from the content of the encrypted jwt.JwkKeys
which should be searched for key with specific kid.static SignedJwt
Sign 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 theJwkKeys
provided).SignedJwt.verifySignature
(JwkKeys keys, Jwk defaultJwk) Verify signature against the provided keys (the kid of thisPrincipal JWT should be present in theJwkKeys
provided). -
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 JwkKeys
JwkKeys.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.