Package | Description |
---|---|
org.forgerock.json.jose.builders | |
org.forgerock.json.jose.jwe | |
org.forgerock.json.jose.jwk | |
org.forgerock.json.jose.jws |
Modifier and Type | Method and Description |
---|---|
B |
JwtSecureHeaderBuilder.jwk(JWK jwk)
Sets the JSON Web Key header parameter for this JWS.
|
Modifier and Type | Method and Description |
---|---|
void |
JweHeader.setEphemeralPublicKey(JWK ephemeralPublicKey)
Sets the Ephemeral Public Key header parameter for this JWE.
|
Modifier and Type | Class and Description |
---|---|
class |
EcJWK
This class implements an Elliptical Curve Json Web Key storage and manipulation class.
|
class |
OctJWK
Creates an Octet JWK.
|
class |
RsaJWK
Implements a RsaJWK.
|
Modifier and Type | Method and Description |
---|---|
static JWK |
JWK.parse(JsonValue jwk)
Parses a JsonValue into the proper JWK type.
|
static JWK |
JWK.parse(String json)
Parses a String into the proper JWK type.
|
Modifier and Type | Method and Description |
---|---|
List<JWK> |
JWKSet.getJWKsAsList()
Get the JWKs in the set.
|
Constructor and Description |
---|
JWKSet(JWK jwk)
Construct a JWKSet from a single JWK.
|
Constructor and Description |
---|
JWKSet(List<JWK> jwkList)
Construct a JWKSet from a List of JWKs.
|
Modifier and Type | Method and Description |
---|---|
JWK |
JwtSecureHeader.getJsonWebKey()
Gets the JSON Web Key header parameter for this JWS.
|
Modifier and Type | Method and Description |
---|---|
void |
JwtSecureHeader.setJsonWebKey(JWK jsonWebKey)
Sets the JSON Web Key header parameter for this JWS.
|
Copyright © 2025 Open Identity Platform Community. All rights reserved.