RFR: 8377506: Implementation of PEM Encodings of Cryptographic Objects [v2]
Anthony Scarpino
ascarpino at openjdk.org
Tue Feb 24 03:17:42 UTC 2026
On Fri, 20 Feb 2026 01:32:39 GMT, Anthony Scarpino <ascarpino at openjdk.org> wrote:
>> Please review the finalized PEM API at https://openjdk.org/jeps/8360563. The most significant changes from the second preview, JEP 524 (https://openjdk.org/jeps/524), include:
>>
>> - `PEM` is changed from a record to a class, with content stored in binary form and data defensively copied.
>> - `DEREncodable` is renamed to `BinaryEncodable` to more accurately reflect the binary data stored in PEM text.
>> - In `EncryptedPrivateKeyInfo`, the `encrypt` methods now accept `BinaryEncodable`, and the `getKey()` and `getKeyPair()` methods no longer include a `Provider` parameter.
>> - A new `CryptoException` indicates failures during cryptographic processing at runtime.
>>
>> thanks
>
> Anthony Scarpino has updated the pull request incrementally with one additional commit since the last revision:
>
> review comments
/remove-label compiler
/remove-label core-libs
-------------
PR Comment: https://git.openjdk.org/jdk/pull/29640#issuecomment-3948659120
More information about the core-libs-dev
mailing list