RFR: 8305406: Add @spec tags in java.base/java.* (part 2) [v2]

Hannes Wallnöfer hannesw at openjdk.org
Thu Oct 24 09:14:10 UTC 2024


On Wed, 23 Oct 2024 21:39:13 GMT, Valerie Peng <valeriep at openjdk.org> wrote:

> Maybe it's due to the reference is in the javadoc for a pkg private method?

That may be why Jon's automated update didn't pick it up, but note that this is an interface so `getAlgorithm()` is actually a public method. I'll add the `@spec` tag.

> src/java.base/share/classes/java/security/cert/package-info.java line 58:
> 
>> 56:  * @spec https://www.rfc-editor.org/info/rfc5280
>> 57:  *      RFC 5280: Internet X.509 Public Key Infrastructure Certificate
>> 58:  *              and Certificate Revocation List (CRL) Profile
> 
> How about RFC 2560 (line 39-40)?

I can add a `@spec` tag for RFC 2560  here. Possibly the mention in the description should also be converted to a link, but I think this PR should be limited to adding `@spec` tags.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/21326#discussion_r1814450212
PR Review Comment: https://git.openjdk.org/jdk/pull/21326#discussion_r1814526009


More information about the security-dev mailing list