Message-ID: From: "vlsi (@vlsi)" To: "pgjdbc/pgjdbc" Date: Thu, 03 Jul 2025 13:21:59 +0000 Subject: Re: [pgjdbc/pgjdbc] PR #3700: Add PEMKeyManager to handle PEM based certs and keys. In-Reply-To: References: List-Id: X-GitHub-Author-Login: vlsi X-GitHub-Comment-Id: 2182773230 X-GitHub-Comment-Type: review_comment X-GitHub-Commit: 4c48827d92842b518dc418788cea5b0a71c477ba X-GitHub-Issue: 3700 X-GitHub-Path: pgjdbc/src/main/java/org/postgresql/ssl/PEMKeyManager.java X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: review_comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/3700#discussion_r2182773230 Content-Type: text/plain; charset=utf-8 (on pgjdbc/src/main/java/org/postgresql/ssl/PEMKeyManager.java) Does this duplicate `PKCS12KeyManager` logic? Have you considered de-duplicating it?