scosta

Java Smart Card - Reading Scosta Smart Card

被刻印的时光 ゝ 提交于 2019-12-24 11:09:31
问题 I am trying to read Indian Governments Standard 'Scosta' smart card through java smartcardio the code I am using is package com.example.smartcardreader; import java.util.List; import javax.smartcardio.ATR; import javax.smartcardio.Card; import javax.smartcardio.CardChannel; import javax.smartcardio.CardException; import javax.smartcardio.CardTerminal; import javax.smartcardio.CommandAPDU; import javax.smartcardio.ResponseAPDU; import javax.smartcardio.TerminalFactory; public class

How to work with SCOSTA smart card, create MF, DF, EF and write/read data, …etc?

被刻印的时光 ゝ 提交于 2019-12-23 03:07:09
问题 I am new to world of ISO 7816 smart-card programming, I have good knowledge about contactless programming, I have SCOSTA card and I tried my best to read/write data on it but always it response to me with Error 6986. 回答1: You first need to select a file or indicate a file within the READ BINARY command before you can read data from these kind of cards. You currently get an exception that means that you haven't selected a file yet. Memory cards commonly have a single interface and a default

How to work with SCOSTA smart card, create MF, DF, EF and write/read data, …etc?

假装没事ソ 提交于 2019-12-06 21:42:50
I am new to world of ISO 7816 smart-card programming, I have good knowledge about contactless programming, I have SCOSTA card and I tried my best to read/write data on it but always it response to me with Error 6986. You first need to select a file or indicate a file within the READ BINARY command before you can read data from these kind of cards. You currently get an exception that means that you haven't selected a file yet. Memory cards commonly have a single interface and a default selected file so you can directly send read commands. But a file based Smart Card implementation such as