I am new to cryptography, hence I want to ask about my company's requirements.
- We are using eToken with RSA support.
- I have developed a code that encrypt file with public key and stored it in another file.
- Now I want to pass the encrypted file to eToken, and here is my issue.
How can I access the eToken from a Java applet? Is it right that I have to pass encrypted file to eToken and it will decrypt file for me?
How can I do this?