Package | Description |
---|---|
org.forgerock.json.jose.jwk |
Classes and interfaces for creating and manipulating JWKs.
|
Modifier and Type | Class and Description |
---|---|
static class |
JWK.Builder<B extends JWK.Builder>
JWK builder.
|
Modifier and Type | Class and Description |
---|---|
static class |
EcJWK.Builder
EC JWK builder.
|
static class |
OctJWK.Builder
The Octet JWK builder.
|
static class |
OkpJWK.Builder
Builder object for Octet Key-Pair (OKP) JWKs.
|
static class |
RsaJWK.Builder
The RSA JWK builder.
|
Modifier and Type | Method and Description |
---|---|
protected Optional<JWK.Builder<?>> |
RsaJWK.getPublicJwkBuilder() |
protected Optional<JWK.Builder<?>> |
OkpJWK.getPublicJwkBuilder() |
protected Optional<JWK.Builder<?>> |
OctJWK.getPublicJwkBuilder() |
protected abstract Optional<JWK.Builder<?>> |
JWK.getPublicJwkBuilder()
Return a builder with all the values set for representing the public components of the JWK.
|
protected Optional<JWK.Builder<?>> |
EcJWK.getPublicJwkBuilder() |
Modifier and Type | Method and Description |
---|---|
protected static void |
JWK.loadJWKFromJson(JWK.Builder builder,
JsonValue json)
Load the generic JWK attributes from the json, by side effect.
|
Copyright 2010-2022 ForgeRock AS.