Interface ApduResponseProviderSpi
-
public interface ApduResponseProviderSpiThis interface must be used to provide an APDU response according to an APDU request. It is used byStubSmartCardto delegate it APDU response providing to another class.- Since:
- 2.1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetResponseFromRequest(java.lang.String apduRequest)Provide APDU responses according to an APDU request.
-
-
-
Method Detail
-
getResponseFromRequest
java.lang.String getResponseFromRequest(java.lang.String apduRequest)
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
-
-