| Class | Description |
|---|---|
| Jwk |
A JWK (JSON Web key) is a representation of data needed to sign, encrypt, verify
and /or decrypt data (e.g a public and/or private key; password for symmetric ciphers).
|
| JwkEC |
Elliptic curve JSON web key.
|
| JwkEC.Builder |
Builder for
JwkEC. |
| JwkKeys |
A representation of the JSON web keys document - a map of key ids to corresponding web keys.
|
| JwkKeys.Builder |
Builder of
JwkKeys. |
| JwkOctet |
Symmetric cipher JSON web key.
|
| JwkOctet.Builder |
Builder for
JwkOctet. |
| JwkRSA |
RSA JSON web key.
|
| JwkRSA.Builder |
Builder for
JwkRSA. |
JwkKeys) and
to use them for signatures (Jwk.sign(byte[]) and Jwk.verifySignature(byte[], byte[])).Jwk.create(javax.json.JsonObject),
JwkEC,
JwkRSA,
JwkOctetCopyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.