Uses of Class
org.forgerock.json.jose.jwk.JWK.Builder
Package
Description
Classes and interfaces for creating and manipulating JWKs.
-
Uses of JWK.Builder in org.forgerock.json.jose.jwk
Modifier and TypeClassDescriptionstatic final class
EC JWK builder.static final class
The Octet JWK builder.static class
Builder object for Octet Key-Pair (OKP) JWKs.static final class
The RSA JWK builder.Modifier and TypeMethodDescriptionprotected 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()
Modifier and TypeMethodDescriptionprotected static void
JWK.loadJWKFromJson
(JWK.Builder builder, JsonValue json) Load the generic JWK attributes from the json, by side effect.