Re: RFR: 8358171: Additional code coverage for PEM API [v5]

2025-06-05 Thread Anthony Scarpino
On Thu, 5 Jun 2025 10:20:40 GMT, Fernando Guallini wrote: >> The tests included in this PR add code coverage mainly to the following >> classes introduced/updated by JEP 470 (PEM): PEMDecoder, PEMEncoder, Pem, >> EncryptedPrivateKeyInfo and the Key factories. In addition, more tests are >> in

Re: RFR: 8358171: Additional code coverage for PEM API [v5]

2025-06-05 Thread Fernando Guallini
> The tests included in this PR add code coverage mainly to the following > classes introduced/updated by JEP 470 (PEM): PEMDecoder, PEMEncoder, Pem, > EncryptedPrivateKeyInfo and the Key factories. In addition, more tests are > included for RSAPSS, multithreading, _jdk.epkcs8.defaultAlgorithm_