On Wed, 15 May 2024 19:59:59 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:
> 
>   javadoc formatting

Back to the question about delayed provider selection and concurrent threads 
using a shared KDF instance to derive a key or raw data.  Is it possible that 
InvalidParameterSpecException may be thrown intermittently in that scenario? 
I'm trying to assess if the issues with delayed provider selection is a major 
design issue or not.

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

PR Comment: https://git.openjdk.org/jdk/pull/18924#issuecomment-2114248643

Reply via email to