Please review the following fix: Webrev: http://cr.openjdk.java.net/~vinnie/7152169/webrev.00/ Bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7152169
For some ECC curves, the field size does not match the uncompressed point length. Relaxed the check in ECParameters.decodePoint(). Thanks.