Good day,
I'm working on an implementation of JWT authentication using another Forge component (JWT). This component is very restrictive to the format of the cryptographic keys to be in PEM format (PKCS#5/PKCS#8).
I've found the RSA keys generated from the CryptoAPI are in XML-format, so I tried your OpenPGP component instead. The result seems to be very close, but not close enough as it throws an error about PEM format.
We're wondering if a new feature could be added to be able to change the format of the generated keypair?
Thank you very much in advance.