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
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
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?