JavaScript is disabled on your browser.
Skip navigation links
OpenAM Server Only 7.5.0 Documentation
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
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
OctJWK
OctJWK.Builder.
build
()
Build the Octet JWK.
static
OctJWK
OctJWK.
parse
(
String
json)
Parses a OctJWK object from a string json object.
static
OctJWK
OctJWK.
parse
(
JsonValue
json)
Parses a OctJWK object from a jsonValue object.