RFR: 8297878: KEM: Implementation [v10]

Weijun Wang weijun at openjdk.org
Thu Apr 27 15:42:23 UTC 2023


On Thu, 27 Apr 2023 14:38:26 GMT, Weijun Wang <weijun at openjdk.org> wrote:

>> src/java.base/share/classes/javax/crypto/KEM.java line 100:
>> 
>>> 98:      * @see Encapsulator#encapsulate(int, int, String)
>>> 99:      */
>>> 100:     public static final class Encapsulated {
>> 
>> Missing `@since 21`.
>
> I thought there is no need to add this to an inner class. I'll ask Joe for advice.

I've added `@since` to all inner classes.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/13256#discussion_r1179337827



More information about the security-dev mailing list