> Removed algorithm-specific information from `KeyPairGenerator` class
> description and instead linked out to the Sun Provider documentation
Ben Perez has updated the pull request incrementally with one additional commit
since the last revision:
fixed link
-
Changes:
- all: h
There are quite some places in API specifications that use the term
"secret-key". This is not a formal term. Consider replacing them with "secret
key".
-
Commit messages:
- removed all instances of in docs/comments
Changes: https://git.openjdk.org/jdk/pull/23342/files
Webrev: h
On Fri, 24 Jan 2025 10:58:24 GMT, Hannes Wallnöfer wrote:
>> Please review a doc-only change to mostly add missing `@serial` javadoc
>> tags. This is a sub-task of [JDK-8286931] to allow us to re-enable the
>> javadoc `-serialwarn` option in the JDK doc build, which has been disabled
>> since
> Removed algorithm-specific information from `KeyPairGenerator` class
> description and instead linked out to the Sun Provider documentation
Ben Perez has updated the pull request incrementally with one additional commit
since the last revision:
Changed wording
-
Changes:
- a
> There are 3 manual GSS-API/Kerberos tests that require a manual setup and
> were added to the problem list years ago:
>
> - com/sun/security/sasl/gsskerb/**AuthOnly**-> Verifies that both client and
> server have completed the authentication process.
> - com/sun/security/sasl/gsskerb/**NoSecur