This change adds the `jdk.crypto.legacyAlgorithms` security property to `java.security`. At the JCE layer, the JDK checks this property and emits a runtime warning when a configured legacy algorithm is requested.
--------- - [x] I confirm that I make this contribution in accordance with the [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai). ------------- Commit messages: - 8376748: Emit runtime warnings for JCE algorithms that will be disabled Changes: https://git.openjdk.org/jdk/pull/31472/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=31472&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8376748 Stats: 833 lines in 10 files changed: 792 ins; 0 del; 41 mod Patch: https://git.openjdk.org/jdk/pull/31472.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/31472/head:pull/31472 PR: https://git.openjdk.org/jdk/pull/31472
