|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface VerifiedAPDUInterface
A CardTerminal that implements the VerifiedAPDUInterface can query the user for CHV (Card Holder Verification) data and insert that CHV data into the CommandAPDU.
CardTerminal| Method Summary | |
|---|---|
ResponseAPDU |
sendVerifiedCommandAPDU(SlotChannel chann,
CommandAPDU capdu,
CHVControl vc)
Send a CommandAPDU and have it verified by the CardTerminal. |
ResponseAPDU |
sendVerifiedCommandAPDU(SlotChannel chann,
CommandAPDU capdu,
CHVControl vc,
int ms)
Deprecated. do not implement in terminals implementing this interface ! |
| Method Detail |
|---|
ResponseAPDU sendVerifiedCommandAPDU(SlotChannel chann,
CommandAPDU capdu,
CHVControl vc,
int ms)
throws CardTerminalException
CardTerminalException
ResponseAPDU sendVerifiedCommandAPDU(SlotChannel chann,
CommandAPDU capdu,
CHVControl vc)
throws CardTerminalException
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 | ||||||||