On Tue, 6 May 2025 20:52:14 GMT, Weijun Wang <wei...@openjdk.org> wrote:
>> Anthony Scarpino has updated the pull request with a new target base due to >> a merge or a rebase. The pull request now contains 66 commits: >> >> - major code review comments update >> - Merge branch 'master' into pem >> - Merge branch 'master' into pem >> - javadoc updates >> - code review comments >> - merge with master >> - better comment and remove commented out code >> - Merge branch 'master' into pem >> - Merge branch 'pem-merge' into pem >> - merge >> - ... and 56 more: https://git.openjdk.org/jdk/compare/e2ae50d8...0c540327 > > src/java.base/share/classes/java/security/PEMEncoder.java line 54: > >> 52: * and footer. >> 53: * >> 54: * <p> Encoding may be performed on Java Cryptographic Extension (JCE) >> objects > > Is "JCE objects" a formal term? We used to say "JCA and JCE". How do we call > them now? I'd like to keep the JCA/JCE nuisances out. I'd rather just leave it as is, or use the alternative I've used elsewhere, Java API cryptographic object. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/17543#discussion_r2080457375