Package io.helidon.security.jwt.jwk

JWK (JSON web key) support.

See: Description

Package io.helidon.security.jwt.jwk Description

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:
Jwk.create(javax.json.JsonObject), JwkEC, JwkRSA, JwkOctet
Skip navigation links

Copyright © 2018–2019 Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.