RFR: 8325506: Ensure randomness is only read from provided SecureRandom object [v4]
Valerie Peng
valeriep at openjdk.org
Mon Feb 26 21:50:45 UTC 2024
On Sat, 17 Feb 2024 14:08:12 GMT, Weijun Wang <weijun at openjdk.org> wrote:
>> Many crypto service classes require a `SecureRandom` object at initialization. This test goes through each of them and calculates (generate, encrypt, sign,...) twice with the same `SecureRandom` object and ensures the output is the same.
>
> Weijun Wang has updated the pull request incrementally with one additional commit since the last revision:
>
> not not not
Marked as reviewed by valeriep (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/17776#pullrequestreview-1902105900
More information about the core-libs-dev
mailing list