Uses of Class
org.forgerock.json.jose.jwk.JWK.Builder
-
Packages that use JWK.Builder Package Description org.forgerock.json.jose.jwk Classes and interfaces for creating and manipulating JWKs. -
-
Uses of JWK.Builder in org.forgerock.json.jose.jwk
Classes in org.forgerock.json.jose.jwk with type parameters of type JWK.Builder Modifier and Type Class Description static class
JWK.Builder<B extends JWK.Builder>
JWK builder.Subclasses of JWK.Builder in org.forgerock.json.jose.jwk Modifier and Type Class 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.Methods in org.forgerock.json.jose.jwk that return types with arguments of type JWK.Builder Modifier and Type Method Description protected Optional<JWK.Builder<?>>
EcJWK. 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<?>>
OctJWK. getPublicJwkBuilder()
protected Optional<JWK.Builder<?>>
OkpJWK. getPublicJwkBuilder()
protected Optional<JWK.Builder<?>>
RsaJWK. getPublicJwkBuilder()
Methods in org.forgerock.json.jose.jwk with parameters of type JWK.Builder Modifier and Type Method Description protected static void
JWK. loadJWKFromJson(JWK.Builder builder, JsonValue json)
Load the generic JWK attributes from the json, by side effect.
-