Uses of Interface
org.eclipse.keyple.plugin.stub.spi.ApduResponseProviderSpi
-
Packages that use ApduResponseProviderSpi Package Description org.eclipse.keyple.plugin.stub -
-
Uses of ApduResponseProviderSpi in org.eclipse.keyple.plugin.stub
Methods in org.eclipse.keyple.plugin.stub with parameters of type ApduResponseProviderSpi Modifier and Type Method Description StubSmartCard.BuildStepStubSmartCard.Builder. withApduResponseProvider(ApduResponseProviderSpi apduResponseProvider)Provide simulated command/response to theStubSmartCardusing a custom provider implementing ofApduResponseProviderSpi.StubSmartCard.BuildStepStubSmartCard.CommandStep. withApduResponseProvider(ApduResponseProviderSpi apduResponseProvider)Provide simulated command/response to theStubSmartCardusing a custom provider implementing ofApduResponseProviderSpi.
-