PEM KeyStore Implementation
Karl Scheibelhofer
karl.scheibelhofer.75 at gmail.com
Fri Sep 1 14:58:09 UTC 2023
Hi,
Working with Java and the JCA KeyStore for many years, I came across
many situations where I thought it would be really convenient to be
able to load private keys and certificates in PEM format directly
using the KeyStore API.
Since I found no implementation I developed my own. You can find it in
https://github.com/KarlScheibelhofer/java-crypto-tools.
I wondered if it would make sense to integrate such an implementation
in one of the standard providers of OpenJDK - like the SUN provider.
What do you think?
Best regards
Karl Scheibelhofer
More information about the security-dev
mailing list