> 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: added documentation for the new property ------------- Changes: - all: https://git.openjdk.org/jdk/pull/21551/files - new: https://git.openjdk.org/jdk/pull/21551/files/298670c6..3999bb84 Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=21551&range=04 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=21551&range=03-04 Stats: 32 lines in 2 files changed: 32 ins; 0 del; 0 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