If someone wants to write a java application that interacts with a physical device, specifically a reader (e.g. as when you go in a hotel, gym, bank etc and you pass the card through a reader and the
I am trying to perform active card authentication on a PIV compliant smartcard. See Appendix A.2 of this document for more details.
I am trying to write a simple javacard app that allows you to read the cards GUID/UUID using a simple APDU command.
Hi as corollary to this question I wanted to ask if you know how to prevent the poping of dialogue either to ask for password or to ask to insert a certificate.
I am trying to read information off of a smartcard, using a contact-less OmniKey 5321 card reader. Edit: Added a bounty.
I want to create a web application that can access a smart card with a digital certificate, and then digitally sign an open office XML document on the server. I know a couple of open source frameworks
I have a Windows service which does some stuff using a Smartcard. The certificate of the smartcard is mapped into the MY store of the local machine. Accessing the private key of the smartcard is no pr
I am updating a smart card application (.net 2 using winscard.dll) to run on Windows 7. Only minor changes are required for 32bit. Under 64bit there appears to be a hang calling SCardConnectA - it sit
I\'m 开发者_JS百科writing a Windows service that must handle Smart card readers. Very often, when I try to connect to an inserted Smart card, SCardConnect() fails with SCARD_E_SHARING_VIOLATION which
Is there is a library (API) in Java with which I can interact with a smart card? Similar to the WinSCard library.