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