On Fri, 10 May 2024 00:15:32 GMT, Kevin Driver <kdri...@openjdk.org> wrote:
>> Introduce an API for Key Derivation Functions (KDFs), which are >> cryptographic algorithms for deriving additional keys from a secret key and >> other data. See [JEP 478](https://openjdk.org/jeps/478). > > Kevin Driver has updated the pull request incrementally with one additional > commit since the last revision: > > adding in delayed provider selection src/java.base/share/classes/javax/crypto/spec/HKDFParameterSpec.java line 56: > 54: > 55: /** > 56: * Creates a {@code Builder} for an {@code Extract} There's a missing period for this sentence. Same comment also applies to several other first sentences of methods in this class. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/18924#discussion_r1596848608