mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-04 02:35:33 +00:00
8366126: Feedback on two errors in JSR 400
Reviewed-by: hchao, wetmore
This commit is contained in:
parent
caaef3a04c
commit
6a480ad07a
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user