Open MikeDombo opened 3 years ago
Thank you for the feedback @MikeDombo
You are correct that JceMasterKey only supports RSA as an option for an asymmetric wrapping algorithm. We do not have plans to directly add EC support here.
I'm keeping this issue open as a feature request, and we will update this issue if we have updates on support for EC as an option for wrapping algorithm.
Problem:
Currently elliptic curve keys do not work due to the "transform" wrapper requiring "RSA/ECB" algorithms which then results in the following stacktrace:
EC keys are becoming more and more popular so it would be highly beneficial if we could use EC keys with the encryption SDK.
Solution:
Allow non-RSA/ECB algorithms for the wrapper in order to allow for EC-based algorithms such as "ECIESwithAES" provided by bouncycastle.
Out of scope:
Is there anything the solution will intentionally NOT address?