| Package | Description |
|---|---|
| com.nimbusds.jose |
Javascript Object Signing and Encryption (JOSE) classes.
|
| com.nimbusds.jose.jwk |
JSON Web Key (JWK) classes.
|
| Modifier and Type | Method and Description |
|---|---|
ECKey |
ReadOnlyJWEHeader.getEphemeralPublicKey()
Gets the Ephemeral Public Key (
epk) parameter. |
ECKey |
JWEHeader.getEphemeralPublicKey() |
| Modifier and Type | Method and Description |
|---|---|
void |
JWEHeader.setEphemeralPublicKey(ECKey epk)
Sets the Ephemeral Public Key (
epk) parameter. |
| Modifier and Type | Method and Description |
|---|---|
ECKey |
ECKey.Builder.build()
Builds a new octet sequence JWK.
|
static ECKey |
ECKey.parse(net.minidev.json.JSONObject jsonObject)
Parses a public / private Elliptic Curve JWK from the specified JSON
object representation.
|
static ECKey |
ECKey.parse(java.lang.String s)
Parses a public / private Elliptic Curve JWK from the specified JSON
object string representation.
|
ECKey |
ECKey.toPublicJWK()
Returns a copy of this Elliptic Curve JWK with any private values
removed.
|
Copyright © 2014 Connect2id Ltd.. All Rights Reserved.