Re: RFR: 8298420: PEM API: Implementation (Preview) [v17]

2025-05-13 Thread Krushna948
On Sun, 11 May 2025 19:02:55 GMT, Anthony Scarpino wrote: >> Hi all, >> >> I need a code review of the PEM API. Privacy-Enhanced Mail (PEM) is a >> format for encoding and decoding cryptographic keys and certificates. It >> will be integrated into JDK24 as a Preview Feature. Preview featur

Re: RFR: 8298420: Implement JEP 470: PEM Encodings of Cryptographic Objects (Preview) [v22]

2025-05-27 Thread Krushna948
On Fri, 16 May 2025 08:34:46 GMT, Anthony Scarpino wrote: >> Hi all, >> >> I need a code review of the PEM API. Privacy-Enhanced Mail (PEM) is a >> format for encoding and decoding cryptographic keys and certificates. It >> will be integrated into JDK25 as a Preview Feature. Preview featur

Re: RFR: 8298420: Implement JEP 470: PEM Encodings of Cryptographic Objects (Preview) [v20]

2025-05-27 Thread Krushna948
On Wed, 14 May 2025 15:59:25 GMT, Anthony Scarpino wrote: >> src/java.base/share/classes/java/security/PEMDecoder.java line 456: >> >>> 454: >>> 455: /** >>> 456: * Returns a copy of this {@code PEMDecoder} instance that uses >> >> Why use "a copy"? Do you mean the password is kept?