Uses of Class
org.forgerock.json.jose.jwk.OkpJWK
Package
Description
Classes and interfaces for creating and manipulating JWKs.
-
Uses of OkpJWK in org.forgerock.json.jose.jwk
Modifier and TypeMethodDescriptionOkpJWK.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
Parses a JWK from a JsonValue json object.