Uses of Class
org.forgerock.json.jose.jwk.OkpJWK
-
Packages that use OkpJWK Package Description org.forgerock.json.jose.jwk Classes and interfaces for creating and manipulating JWKs. -
-
Uses of OkpJWK in org.forgerock.json.jose.jwk
Methods in org.forgerock.json.jose.jwk that return OkpJWK Modifier and Type Method Description OkpJWK
OkpJWK.Builder. build()
static OkpJWK
OkpJWK. generateKeyPair(SupportedEllipticCurve curve)
Generates a fresh OKP JWK with both public and private claims on the given curve.static OkpJWK
OkpJWK. parse(JsonValue json)
Parses a JWK from a JsonValue json object.
-