> Use `X509CertImpl.newSigned` to simplify certificate generation. > > `newSigned` internally sets the `AlgorithmId` and performs signing, so the > explicit `AlgorithmId` configuration and `sign` call are removed as > redundant. > > No functional change intended.
Daisuke Yamazaki has updated the pull request incrementally with three additional commits since the last revision: - Break down long function signatures for readability - Add an instruction for running the program - Update copyright year to 2026 ------------- Changes: - all: https://git.openjdk.org/jdk/pull/30577/files - new: https://git.openjdk.org/jdk/pull/30577/files/71cb530d..46bed95c Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=30577&range=01 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=30577&range=00-01 Stats: 7 lines in 1 file changed: 5 ins; 0 del; 2 mod Patch: https://git.openjdk.org/jdk/pull/30577.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/30577/head:pull/30577 PR: https://git.openjdk.org/jdk/pull/30577
