Smart card serial number
Hi, I would like to find the easiest way to get smart card serial number. I used to do this using "javax.smartcardio" package and proper APDU command. Now I need to access different types of cards so I need to access cards from some higher layers in order to have one code for all cards. With what can I do this? Can it be done done with "Bouncy Castle Crypto API"? I found earlier "iaik.pkcs.pkcs11.wrapper" which was able to accomplish that, but was not very reliable. I appreciate any suggestions. Thanks.