Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8080704

Support the retrieval of standard names for EC parameters

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Won't Fix
    • Icon: P3 P3
    • 14
    • None
    • security-libs
    • None

      Internally, the JDK supports well-known names that identify the precomputed parameters associated with standardised elliptic curves. Currently there is no public API to retrieve that list which makes the java.security.spec.ECGenParameterSpec class awkward to use when generating the specification for an
      elliptic curve.

      Introduce a public API to retrieve the list of the standard names available for generating the (precomputed) elliptic curve domain parameters.

      In addition, to promote wider EC adoption, the standardised Brainpool elliptic curves (RFC 5639)
      should also be included in the list of standard names available via ECGenParameterSpec.


      Note that the ability to generate the necessary parameters for a particular elliptic curve is no guarantee that
      the curve is supported in any specific JCE provider. For example, the SunEC provider supports the
      SEC2/NIST and ANSI X9.62 curves but not the Brainpool curves.

            xuelei Xuelei Fan
            vinnie Vincent Ryan
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: