RFR: 8282158: ECParameters InvalidParameterSpecException messages missed ECKeySizeParameterSpec [v2]

Jaikiran Pai jpai at openjdk.java.net
Mon Feb 21 08:09:53 UTC 2022


On Mon, 21 Feb 2022 07:50:22 GMT, John Jiang <jjiang at openjdk.org> wrote:

>> sun.security.util.ECParameters class supports three AlgorithmParameterSpec types, exactly ECParameterSpec, ECGenParameterSpec and ECKeySizeParameterSpec, however the InvalidParameterSpecException messages missed ECKeySizeParameterSpec.
>
> John Jiang has updated the pull request incrementally with one additional commit since the last revision:
> 
>   update format

src/java.base/share/classes/sun/security/util/ECParameters.java line 26:

> 24:  */
> 25: 
> 26: package java.security;

Hello @johnshajiang, was this change to the package name intentional? Looking at the description in the JBS issue, this looks like an accidental change, isn't it?

-------------

PR: https://git.openjdk.java.net/jdk/pull/7550



More information about the security-dev mailing list