I am working on a javacard applet project where i need...
- Secure communication between two applets let say there is applet A and applet B. Let say both applet has their own RSA key pairs.
- Now I want to perform Diffie-Hellman key exchange between these applet.So that both applet can talk securely.
How to perform above mentioned functionality if anyone can also suggest other than this where two applets can communicate by using asymmetric crypto.
Any help on this topic will be highly appreciated.