Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update testcase to add module jdk.crypto.cryptoki so that it can also…
… work in FIPS mode In FIPS mode, the SecureRandom come from the provider SunPKCS11. So, add the module “jdk.crypto.cryptoki” into the test case, so that the test case can initialize the provider SunPKCS11 and get the SecureRandom from it in FIPS mode. This will make the test case works both in the FIPS and non-FIPS mode. Signed-off-by: Tao Liu <tao.liu@ibm.com>
- Loading branch information