|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectopencard.core.terminal.CardTerminal
de.cardcontact.opencard.terminal.ctapi4ocf.CTAPICardTerminal
de.cardcontact.opencard.terminal.ctapi4ocf.CTAPIWithKeyboardCardTerminal
public class CTAPIWithKeyboardCardTerminal
Field Summary |
---|
Fields inherited from class de.cardcontact.opencard.terminal.ctapi4ocf.CTAPICardTerminal |
---|
cardIdTable, cardStatus, CT, ctn, getStatus, pn, requestICC, sync, termopened |
Fields inherited from class opencard.core.terminal.CardTerminal |
---|
address, name, slots, type |
Constructor Summary | |
---|---|
protected |
CTAPIWithKeyboardCardTerminal(java.lang.String name,
java.lang.String type,
java.lang.String device,
java.lang.String libname)
|
Method Summary | |
---|---|
ResponseAPDU |
sendVerifiedCommandAPDU(SlotChannel chann,
CommandAPDU capdu,
CHVControl vc)
Send a CommandAPDU and have it verified by the CardTerminal. |
Methods inherited from class de.cardcontact.opencard.terminal.ctapi4ocf.CTAPICardTerminal |
---|
close, getCardID, getStatus, internalReset, internalSendAPDU, isCardPresent, open, poll, sendTerminalCommand |
Methods inherited from class opencard.core.terminal.CardTerminal |
---|
addSlots, cardInserted, cardRemoved, closeSlotChannel, enumerateSlots, features, getAddress, getCardID, getName, getSlot, getSlots, getType, internalCloseSlotChannel, internalFeatures, internalOpenSlotChannel, internalOpenSlotChannel, internalReset, isCardPresent, isSlotChannelAvailable, isSlotChannelAvailable, openSlotChannel, openSlotChannel, openSlotChannel, reset, reset, reset, sendAPDU, sendAPDU, sendVerifiedCommandAPDU, slots, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface opencard.core.terminal.VerifiedAPDUInterface |
---|
sendVerifiedCommandAPDU |
Constructor Detail |
---|
protected CTAPIWithKeyboardCardTerminal(java.lang.String name, java.lang.String type, java.lang.String device, java.lang.String libname) throws CardTerminalException
CardTerminalException
Method Detail |
---|
public ResponseAPDU sendVerifiedCommandAPDU(SlotChannel chann, CommandAPDU capdu, CHVControl vc) throws CardTerminalException
VerifiedAPDUInterface
sendVerifiedCommandAPDU
in interface VerifiedAPDUInterface
chann
- The SlotChannel indicating which slot this method applies to.capdu
- The CommandAPDU to send.vc
- A CardVerifyControl object indicating the verification parameters to
use.
CardTerminalException
- Thrown when an error condition occured.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |