|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.smartcardio.Card com.licel.jcardsim.smartcardio.JCSCard
public class JCSCard
Card implementation class.
Constructor Summary | |
---|---|
JCSCard(JavaCardInterface cardInterface)
|
Method Summary | |
---|---|
void |
beginExclusive()
Do nothing. |
void |
disconnect(boolean bln)
Do nothing. |
void |
endExclusive()
Do nothing. |
javax.smartcardio.ATR |
getATR()
|
javax.smartcardio.CardChannel |
getBasicChannel()
|
String |
getProtocol()
Always returns T=0. |
javax.smartcardio.CardChannel |
openLogicalChannel()
Always returns basic channel with id = 0 |
byte[] |
transmitControlCommand(int i,
byte[] bytes)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JCSCard(JavaCardInterface cardInterface)
Method Detail |
---|
public javax.smartcardio.ATR getATR()
getATR
in class javax.smartcardio.Card
public String getProtocol()
getProtocol
in class javax.smartcardio.Card
public javax.smartcardio.CardChannel getBasicChannel()
getBasicChannel
in class javax.smartcardio.Card
public javax.smartcardio.CardChannel openLogicalChannel() throws javax.smartcardio.CardException
openLogicalChannel
in class javax.smartcardio.Card
javax.smartcardio.CardException
public void beginExclusive() throws javax.smartcardio.CardException
beginExclusive
in class javax.smartcardio.Card
javax.smartcardio.CardException
public void endExclusive() throws javax.smartcardio.CardException
endExclusive
in class javax.smartcardio.Card
javax.smartcardio.CardException
public byte[] transmitControlCommand(int i, byte[] bytes) throws javax.smartcardio.CardException
transmitControlCommand
in class javax.smartcardio.Card
javax.smartcardio.CardException
public void disconnect(boolean bln) throws javax.smartcardio.CardException
disconnect
in class javax.smartcardio.Card
javax.smartcardio.CardException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |