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

Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.