Parse JWK from PEM objects for keypair in keystore with algorithm Ed25519
Issue #481
new
Hi,
im using the java keystore and a key pair generator with algorithm Ed25519.
When i try to parse the keypair fetched from the keystore with the algorithm Ed25519, then i get the unsupported algorithm exception because the JWK parser only supports EdDSA algorithm, but the keys provide Ed25519.
Is there any solution to bypass the JWK parser? Or is it possible to add Ed25519 to the Ed Familiy?
Comments (2)
-
-
I’m using a workaround now like mentioned in this issue
- Log in to comment