Uses of Class
org.forgerock.json.jose.jwk.JWK.Builder
Packages that use JWK.Builder
Package
Description
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.BuilderSubclasses of JWK.Builder in org.forgerock.json.jose.jwkModifier 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.Methods in org.forgerock.json.jose.jwk that return types with arguments of type JWK.BuilderModifier 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()
Methods in org.forgerock.json.jose.jwk with parameters of type JWK.BuilderModifier and TypeMethodDescriptionprotected static void
JWK.loadJWKFromJson
(JWK.Builder builder, JsonValue json) Load the generic JWK attributes from the json, by side effect.