[jdk25] Integrated: 8358099: PEM spec updates

2025-06-24 Thread Anthony Scarpino
On Mon, 23 Jun 2025 16:55:22 GMT, Anthony Scarpino wrote: > Hi > > This is a clean backport to jdk25 for updates to the PEM spec. > > PEMRecord.pem is renamed to content to better describe that it is the base64 > content and not including the header and footer. Additionally, > PEMRecord.get

Integrated: 8358099: PEM spec updates

2025-06-05 Thread Anthony Scarpino
On Tue, 3 Jun 2025 16:09:32 GMT, Anthony Scarpino wrote: > Hi, I need a review of some PEM updates. `PEMRecord.pem` is renamed to > `content` to better describe that it is the base64 content and not including > the header and footer. Additionally, `PEMRecord.getEncoded()` is removed and > som