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 classJWK.Builder<B extends JWK.Builder>JWK builder.Subclasses of JWK.Builder in org.forgerock.json.jose.jwk Modifier and Type Class Description static classEcJWK.BuilderEC JWK builder.static classOctJWK.BuilderThe Octet JWK builder.static classOkpJWK.BuilderBuilder object for Octet Key-Pair (OKP) JWKs.static classRsaJWK.BuilderThe 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 voidJWK. loadJWKFromJson(JWK.Builder builder, JsonValue json)Load the generic JWK attributes from the json, by side effect.
-