Package | Description |
---|---|
org.forgerock.json.jose.jwk |
Classes and interfaces for creating and manipulating JWKs.
|
Modifier and Type | Method and 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.
|
Copyright 2010-2022 ForgeRock AS.