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

Add decoding constructor and encoding method to ECPoint

XMLWordPrintable

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

      We should add a constructor and method to the java.security.spec.ECPoint class that would allow us to remove a few dependencies on the internal sun.security EC classes from the XML DSig implementation (see org.jcp.xml.dsig.internal.dom.DOMKeyValue.getMethods()).

      public ECPoint(byte[] encoded, EllipticCurve curve)

      public byte[] getEncoded(EllipticCurve curve)

      Further details on the encoding format will be added later.

            juh Jason Uh (Inactive)
            mullan Sean Mullan
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: