Uses of Class
org.forgerock.json.jose.jwk.OctJWK
-
Packages that use OctJWK Package Description org.forgerock.json.jose.jwk Classes and interfaces for creating and manipulating JWKs. -
-
Uses of OctJWK in org.forgerock.json.jose.jwk
Methods in org.forgerock.json.jose.jwk that return OctJWK Modifier and Type Method Description OctJWKOctJWK.Builder. build()Build the Octet JWK.static OctJWKOctJWK. parse(String json)Parses a OctJWK object from a string json object.static OctJWKOctJWK. parse(JsonValue json)Parses a OctJWK object from a jsonValue object.
-