I need to develop a system for issuing electronic invoices. My big problem is that this system needs to meet the A3 certificate (card) and as far as I've been reading with php it's still not possible to capture the private key and publish the card. I thought then to make an applet just to read that data and put it in a session, so I could use it with php.
As I know little of Java, I would like to know if it is possible to do this, or it is crazy of me. And if it is possible if someone has to tell me a software where I can look in source OR readings so I can develop it.
If I succeed, I propose to post on the NfePHP project and contribute to the community!