> In this PR, I removed hard-coded security providers and replaced them with a > system property, test.provider.name. If the property is not specified, the > provider originally used in the test is used: > > Cipher c = Cipher.getInstance("AES/GCM/NoPadding", > System.getProperty("test.provider.name", "SunJCE"));
Matthew Donovan has updated the pull request incrementally with one additional commit since the last revision: Updated a few more tests. ------------- Changes: - all: https://git.openjdk.org/jdk/pull/21551/files - new: https://git.openjdk.org/jdk/pull/21551/files/5f07cd8f..83599700 Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=21551&range=01 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=21551&range=00-01 Stats: 12 lines in 6 files changed: 3 ins; 0 del; 9 mod Patch: https://git.openjdk.org/jdk/pull/21551.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/21551/head:pull/21551 PR: https://git.openjdk.org/jdk/pull/21551