Uses of Class
io.helidon.security.jwt.jwk.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
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionOidcConfig.signJwk()
JWK used for signature validation.Tenant.signJwk()
JWK used for signature validation.Modifier and TypeMethodDescriptionTenantConfig.tenantSignJwk()
JWK used for signature validation.