On Mon, 18 Aug 2025 20:02:46 GMT, ExE Boss <d...@openjdk.org> wrote: >> Anthony Scarpino has updated the pull request incrementally with one >> additional commit since the last revision: >> >> PEM reading tweak > > src/java.base/share/classes/javax/crypto/EncryptedPrivateKeyInfo.java line 63: > >> 61: */ >> 62: >> 63: public non-sealed class EncryptedPrivateKeyInfo implements DEREncodable { > > Note that the **JEP**s[^1][^2] list `EncryptedPrivateKeyInfo` as: > > public final class EncryptedPrivateKeyInfo { ... } > > > [^1]: [JEP 470: PEM Encodings of Cryptographic Objects (Preview) § > DER‑encodable cryptographic objects]( > https://openjdk.org/jeps/470#DER-encodable-cryptographic-objects ) > [^2]: [JEP draft: PEM Encodings of Cryptographic Objects (Second Preview) § > DER‑encodable cryptographic objects]( > https://openjdk.org/jeps/8360563#DER-encodable-cryptographic-objects )
This has been fixed in the latest versions of the JEPs. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/17543#discussion_r2285010465