Interface ApduResponseProviderSpi
public interface ApduResponseProviderSpi
This interface must be used to provide an APDU response according to an APDU request. It is used
by
StubSmartCard
to delegate it APDU response providing to another class.- Since:
- 2.1.0
-
Method Summary
Modifier and TypeMethodDescriptiongetResponseFromRequest
(String apduRequest) Provide APDU responses according to an APDU request.
-
Method Details
-
getResponseFromRequest
Provide APDU responses according to an APDU request.- Parameters:
apduRequest
- hexadecimal string format (without spaces)- Returns:
- the APDU response in hexadecimal string format (without spaces)
- Since:
- 2.1.0
-