Uses of Package
io.helidon.security.jwt.jwk
Packages that use io.helidon.security.jwt.jwk
Package
Description
JWT (JSON web token) support.
JWK (JSON web key) support.
Provider that can process incoming JWTs and assert users based on them and can propagate JWTs (or create
new ones) for outbound calls.
Open ID Connect (OIDC) classes usable from all OIDC related components.
-
Classes in io.helidon.security.jwt.jwk used by io.helidon.security.jwt
-
Classes in io.helidon.security.jwt.jwk used by io.helidon.security.jwt.jwkClassDescriptionA JWK (JSON Web key) is a representation of data needed to sign, encrypt, verify and /or decrypt data (e.g a public and/or private key; password for symmetric ciphers).Elliptic curve JSON web key.Builder for
JwkEC.A representation of the JSON web keys document - a map of key ids to corresponding web keys.Builder ofJwkKeys.Symmetric cipher JSON web key.Builder forJwkOctet.RSA JSON web key.Builder forJwkRSA. -
Classes in io.helidon.security.jwt.jwk used by io.helidon.security.providers.jwtClassDescriptionA representation of the JSON web keys document - a map of key ids to corresponding web keys.
-
Classes in io.helidon.security.jwt.jwk used by io.helidon.security.providers.oidc.commonClassDescriptionA representation of the JSON web keys document - a map of key ids to corresponding web keys.