Class EcJWK.Builder

    • Method Detail

      • privateKey

        public EcJWK.Builder privateKey​(ECPrivateKey privateKey)
        Set the unsigned big-endian base64 url encoding of the d value for the elliptical curve private key.
        Parameters:
        privateKey - The private key for the JWK
        Returns:
        the current builder
      • d

        public EcJWK.Builder d​(String d)
        Set the unsigned big-endian base64 url encoding of the d value for the elliptical curve private key.
        Parameters:
        d - The unsigned big-endian base64 url encoding of the d value for the elliptical curve private key
        Returns:
        the current builder