Gopikrishna K S
Gopikrishna K S

Reputation: 157

Caused by: java.security.NoSuchAlgorithmException: Cannot find any provider supporting ECIESwithAES

Facing the following error after upgrading from BouncyCastleCrypto-1.54 to BouncyCastleCrypto-1.67.

Caused by: java.lang.RuntimeException: Could not generate a cipher with algorithm <ECIESwithAES>
Caused by: java.security.NoSuchAlgorithmException: Cannot find any provider supporting ECIESwithAES

It seems from here the support for this algorithm is no longer present. I could not find any suggestions for the replacement algorithm that can be used. Could someone please help to understand why this algorithm is no longer supported and what is the recommendation for its replacement?

Upvotes: 1

Views: 1009

Answers (0)

Related Questions