Package org.eclipse.keyple.plugin.stub
Class StubSmartCard
java.lang.Object
org.eclipse.keyple.plugin.stub.StubSmartCard
Simulated smart card that can be inserted into a
StubReader
. Use the StubSmartCard.Builder
to
create this object- Since:
- 2.0.0
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Builder class forStubSmartCard
.static interface
Build step for creating aStubSmartCard
instance.static interface
CommandStep interface provides methods to build and configure a StubSmartCard object.static interface
Provides a method for defining simulated power-on data for the StubSmartCard to build.static interface
Provides a method to define the simulated protocol for the StubSmartCard to build.static interface
Provides methods to add simulated commands and responses to a StubSmartCard builder. -
Method Summary
-
Method Details
-
toString
-
builder
Creates a builder for theStubSmartCard
- Returns:
- Next step of the builder
- Since:
- 2.0.0
-