SmartHook


SmartHook is a java package which illustrates EAP smartcard interface with JAVA applications.
It realizes
a software bridge between TLS server and EAP-TLS smartcard, for testing purposes.
It cooperates with winreader_tlp.exe or reader_tlp_pcsc_auto.exe readers that open a TCP server on the port 8080.

It is made of three java files
- Console.java,which contains the main method and starts two threads.
- Reader.java, which defines all facilities for sending and receiving commands to/from EAP cards
- Smarthook.java, which implements a software bridge between TLS server and EAP-TLS smartcard.

smarthook