Replies: 1 comment 1 reply
-
Error: java.lang.IllegalStateException: Algorithm Ed448 was not recognized. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Caused by: java.security.NoSuchAlgorithmException: no such algorithm: Ed25519 for provider SunPKCS11-softhsm2-x64.dll-slot213697657
at java.base/sun.security.jca.GetInstance.getService(GetInstance.java:87)
at java.base/sun.security.jca.GetInstance.getInstance(GetInstance.java:206)
at java.base/java.security.KeyPairGenerator.getInstance(KeyPairGenerator.java:301)
at deployment.iovca.ear//com.keyfactor.util.keys.KeyStoreTools.generateKeyPair(KeyStoreTools.java:437)
... 148 more
Beta Was this translation helpful? Give feedback.
All reactions