Package | Description |
---|---|
org.forgerock.json.jose.jwk |
Classes and interfaces for creating and manipulating JWKs.
|
Modifier and Type | Method and Description |
---|---|
static EcJWK.Builder |
EcJWK.builder(ECPublicKey publicKey)
Get the builder.
|
static EcJWK.Builder |
EcJWK.builder(String curve,
String x,
String y)
Get the builder.
|
static EcJWK.Builder |
EcJWK.builder(SupportedEllipticCurve curve,
String x,
String y)
Get the builder.
|
EcJWK.Builder |
EcJWK.Builder.d(String d)
Set the unsigned big-endian base64 url encoding of the d value for the elliptical curve private key.
|
EcJWK.Builder |
EcJWK.Builder.privateKey(ECPrivateKey privateKey)
Set the unsigned big-endian base64 url encoding of the d value for the elliptical curve private key.
|
Copyright 2010-2022 ForgeRock AS.