Package opencard.opt.util
Interface APDUInterface
-
- All Known Implementing Classes:
RemoteClientCardService,SmartCardHSMCardService
public interface APDUInterfaceInterface provided by a CardService to allow APDU access, potentially performing transformations before the APDU is forwarded to the card.- Author:
- asc
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResponseAPDUsendCommandAPDU(CommandAPDU command)Send command APDU and obtain response APDU from the card.
-
-
-
Method Detail
-
sendCommandAPDU
ResponseAPDU sendCommandAPDU(CommandAPDU command) throws CardTerminalException, CardServiceException
Send command APDU and obtain response APDU from the card.- Parameters:
command- the command APDU- Returns:
- the response APDU
- Throws:
CardTerminalExceptionCardServiceException
-
-