8366126: Feedback on two errors in JSR 400

Reviewed-by: hchao, wetmore
This commit is contained in:
Weijun Wang 2025-08-26 16:58:54 +00:00
parent caaef3a04c
commit 6a480ad07a
3 changed files with 0 additions and 3 deletions

View File

@ -79,7 +79,6 @@ public abstract class EncodedKeySpec implements KeySpec {
* <a href="{@docRoot}/../specs/security/standard-names.html#asymmetrickey-algorithms">
* Java Security Standard Algorithm Names Specification</a>
* for information about standard asymmetric key algorithm names.
* @spec security/standard-names.html Java Security Standard Algorithm Names
* @throws NullPointerException if {@code encodedKey}
* or {@code algorithm} is null.
* @throws IllegalArgumentException if {@code algorithm} is

View File

@ -101,7 +101,6 @@ public non-sealed class PKCS8EncodedKeySpec extends EncodedKeySpec implements
* <a href="{@docRoot}/../specs/security/standard-names.html#asymmetrickey-algorithms">
* Java Security Standard Algorithm Names Specification</a>
* for information about standard asymmetric key algorithm names.
* @spec security/standard-names.html Java Security Standard Algorithm Names
* @throws NullPointerException if {@code encodedKey}
* or {@code algorithm} is null.
* @throws IllegalArgumentException if {@code algorithm} is

View File

@ -80,7 +80,6 @@ public non-sealed class X509EncodedKeySpec extends EncodedKeySpec implements
* <a href="{@docRoot}/../specs/security/standard-names.html#asymmetrickey-algorithms">
* Java Security Standard Algorithm Names Specification</a>
* for information about standard asymmetric key algorithm names.
* @spec security/standard-names.html Java Security Standard Algorithm Names
* @throws NullPointerException if {@code encodedKey}
* or {@code algorithm} is null.
* @throws IllegalArgumentException if {@code algorithm} is