RFR: 8298420: PEM API: Implementation (Preview) [v2]

Anthony Scarpino ascarpino at openjdk.org
Mon Jul 29 22:47:38 UTC 2024


On Thu, 25 Jul 2024 22:37:22 GMT, Weijun Wang <weijun at openjdk.org> wrote:

>> Anthony Scarpino has updated the pull request incrementally with two additional commits since the last revision:
>> 
>>  - bad test check
>>  - internal PEMRecord optimization
>
> test/jdk/java/security/PEM/PEMCerts.java line 39:
> 
>> 37: class PEMCerts {
>> 38:     public static final String ecprivpem = """
>> 39:         -----BEGIN PRIVATE KEY-----\
> 
> What does the `` at the end mean?

If I remember correctly it prevents the line separator from being added.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/17543#discussion_r1696048527



More information about the security-dev mailing list