I want something like this-
- The user will access form on my webpage (aspx page) and fill the form. (this is a small form with four textboxes for entry).
- User will plugin his digital signature etoken in his PC (client machine).
- My java applet will sign the data entered (can produce hash of that data if possible) on form using private key of the client's digital signature which is present in client's etoken.
- And send the signed data to the server
I am new in java.. kindly share some code if possible... (at server side asp.net application is running which will verify the signature and collect the data if signature is verified)(public key is stored in database for signature verification)
Plz provide me some solution...