> Please review the finalized PEM API at https://openjdk.org/jeps/8376991. 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 two additional commits since the last revision: - PEM back to String - doc update ------------- Changes: - all: https://git.openjdk.org/jdk/pull/29640/files - new: https://git.openjdk.org/jdk/pull/29640/files/bdb5fcee..ffc9a845 Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=29640&range=03 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=29640&range=02-03 Stats: 235 lines in 10 files changed: 109 ins; 38 del; 88 mod Patch: https://git.openjdk.org/jdk/pull/29640.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/29640/head:pull/29640 PR: https://git.openjdk.org/jdk/pull/29640
