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.BuilderEcJWK. builder(String curve, String x, String y)Get the builder.static EcJWK.BuilderEcJWK. builder(ECPublicKey publicKey)Get the builder.static EcJWK.BuilderEcJWK. builder(SupportedEllipticCurve curve, String x, String y)Get the builder.EcJWK.BuilderEcJWK.Builder. d(String d)Set the unsigned big-endian base64 url encoding of the d value for the elliptical curve private key.EcJWK.BuilderEcJWK.Builder. privateKey(ECPrivateKey privateKey)Set the unsigned big-endian base64 url encoding of the d value for the elliptical curve private key.
-