I'm developing a piece of code in which I need to create an RSA key pair. My java card is an FM1280-ID006 card which has written in its information sheet that It supports java card 2.2.2 specification. When I try to create an RSA key pair KeyPair(KeyPair.ALG_RSA,KeyBuilder.LENGTH_RSA_2048) and install it [...] read more
I'm working on converting what was originally a web forms .NET application to UWP. The application is for using company-issued badges to record meeting attendance instead of our current paper sign in sheets. The original program uses an Omnikey 5427 CK in keyboard wedge mode and has no problems. For [...] read more
I am using javax.smartcardio to send APDU command to smart card through CardChannel.transmit(CommandAPDU command). However it seems that there is a timeout somewhere defined as I always get sun.security.smartcardio.PCSCException: Unknown error 0x8010002f when I do not recieve APDU response from smart card. It is happening when I would like to [...] read more
I building a project on Java Card using Java Card 2.1.2 SDK and GPShell as the way of communicating with the device.I tested the helloworld example from GpShell and I managed to send Simple APDU . However when I try to send APDU to a bigger .cap file the device [...] read more