| Package | Description |
|---|---|
| io.helidon.security.jwt.jwk |
JWK (JSON web key) support.
|
| Modifier and Type | Method and Description |
|---|---|
JwkKeys.Builder |
JwkKeys.Builder.addKey(Jwk key)
Add a new JWK to this keys.
|
static JwkKeys.Builder |
JwkKeys.builder()
Create a new builder for this class.
|
JwkKeys.Builder |
JwkKeys.Builder.resource(Resource resource)
Load keys from a resource (must point to JSON text content).
|
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.