currently I work on POC with Java EE in order to sign a PDF with the Gemalto key (the configuration on the key exchange between the web application and the USB already been made)
Actions are:
The user connects to the web application with a USB stick like Gemalto. Once the user is authenticated, he can view a PDF and click on the button "sign the PDF".
I've got some questions:
- It's possible to get a token or the ID of the USB key of Gemalto ?
- It's possible to get the private key that is stored on the USB key ?
- Each users have got a USB key of Gemalto and how identify a user by the USB key ?
note: If the user does not have USB , it can not be authenticated on the web application.
Thanks in advance,