Module io.helidon.security.jwt
Package io.helidon.security.jwt.jwk
package io.helidon.security.jwt.jwk
JWK (JSON web key) support.
Classes in this package allow you to read JWK definitions from Json (
JwkKeys
) and
to use them for signatures (Jwk.sign(byte[])
and Jwk.verifySignature(byte[], byte[])
).- See Also:
-
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
.