| Package | Description |
|---|---|
| io.helidon.security.jwt.jwk |
JWK (JSON web key) support.
|
| Modifier and Type | Method and Description |
|---|---|
static JwkRSA.Builder |
JwkRSA.builder()
Create a builder instance.
|
JwkRSA.Builder |
JwkRSA.Builder.fromJson(JsonObject json)
Update this builder from JWK in json format.
|
JwkRSA.Builder |
JwkRSA.Builder.privateKey(RSAPrivateKey privateKey)
Set the private key to be used for performing security operations requiring private key,
such as signing data, encrypting/decrypting data etc.
|
JwkRSA.Builder |
JwkRSA.Builder.publicKey(RSAPublicKey publicKey)
Set the public key to be used for performing security operations requiring public key,
such as signature verification, encrypting/decrypting data etc.
|
Copyright © 2018–2019 Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.