Uses of Package
io.helidon.security.jwt.jwk
Package
Description
Implementation of Microprofile JWT Auth specification.
JWT (JSON web token) support.
JWK (JSON web key) support.
Open ID Connect (OIDC) classes usable from all OIDC related components.
-
ClassDescriptionA 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).
-
-
ClassDescriptionA 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
. -
ClassDescriptionA representation of the JSON web keys document - a map of key ids to corresponding web keys.