I’m debugging some JWT stuff and have generated key with RsaJwkGenerator.generateJwk(2048)
. I successfully export/import keys to json file.
Now I need to export private key in some usefull format to check JWT on jwt.io (and use in other apps).
Any ideas how to export private key?
2 posts - 1 participant