| Package | Description |
|---|---|
| io.helidon.security.jwt |
JWT (JSON web token) support.
|
| io.helidon.security.jwt.jwk |
JWK (JSON web key) support.
|
| Modifier and Type | Method | Description |
|---|---|---|
static SignedJwt |
SignedJwt.sign(Jwt jwt,
JwkKeys jwks) |
Sign a jwt using a key obtained based on kid from
JwkKeys. |
Errors |
SignedJwt.verifySignature(JwkKeys keys) |
Verify signature against the provided keys (the kid of this
JWT should be present in the
JwkKeys provided). |
| Modifier and Type | Method | Description |
|---|---|---|
JwkKeys |
JwkKeys.Builder.build() |
Build a new keys instance.
|
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.