This short PR updates PBEKeyTest to correctly exercise passwords with non-ASCII characters. JDK-8348732 removed the requirement that passwords only contain ASCII characters.
--------- - [x] I confirm that I make this contribution in accordance with the [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai). ------------- Commit messages: - updated test cases - Merge branch 'master' into pbekeytest - 8376599: Update Cipher/PBE/PBEKeyTest.java for non-ASCII characters Changes: https://git.openjdk.org/jdk/pull/31353/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=31353&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8376599 Stats: 25 lines in 1 file changed: 12 ins; 8 del; 5 mod Patch: https://git.openjdk.org/jdk/pull/31353.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/31353/head:pull/31353 PR: https://git.openjdk.org/jdk/pull/31353
