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