Uses of Class
org.forgerock.json.jose.jwk.EcJWK.Builder
-
Packages that use EcJWK.Builder Package Description org.forgerock.json.jose.jwk Classes and interfaces for creating and manipulating JWKs. -
-
Uses of EcJWK.Builder in org.forgerock.json.jose.jwk
Methods in org.forgerock.json.jose.jwk that return EcJWK.Builder Modifier and Type Method Description static EcJWK.Builder
EcJWK. builder(String curve, String x, String y)
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.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.
-