On Tue, 14 Apr 2026 17:10:46 GMT, Mark Powers <[email protected]> wrote:

> [JDK-8378443](https://bugs.openjdk.org/browse/JDK-8378443)
> 
> ---------
> - [ x] I confirm that I make this contribution in accordance with the 
> [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai).
> 
> ---------
> - [x] I confirm that I make this contribution in accordance with the [OpenJDK 
> Interim AI Policy](https://openjdk.org/legal/ai).

src/java.base/share/classes/java/security/spec/NamedParameterSpec.java line 125:

> 123:      * @since 27
> 124:      */
> 125:     public static final NamedParameterSpec LMS

We cannot add a new `NamedParameterSpec` constant without a CSR. Also, 
constants here are mostly used for standard parameter sets that belong to a 
single family. "LMS" is itself an algorithm whose parameters are embedded 
inside the key instead of as some parameters object.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/30724#discussion_r3102801482

Reply via email to