Package org.eclipse.keyple.plugin.stub
Interface StubSmartCard.PowerOnDataStep
- All Known Implementing Classes:
StubSmartCard.Builder
- Enclosing class:
- StubSmartCard
public static interface StubSmartCard.PowerOnDataStep
Provides a method for defining simulated power-on data for the StubSmartCard to build.
- Since:
- 2.0.0
-
Method Summary
Modifier and TypeMethodDescriptionwithPowerOnData(byte[] powerOnData) Define simulated power-on data for theStubSmartCardto build
-
Method Details
-
withPowerOnData
Define simulated power-on data for theStubSmartCardto build- Parameters:
powerOnData- (not nullable) byte of array- Returns:
- next step of builder
- Since:
- 2.0.0
-