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 Details

    • withPowerOnData

      StubSmartCard.ProtocolStep withPowerOnData(byte[] powerOnData)
      Define simulated power-on data for the StubSmartCard to build
      Parameters:
      powerOnData - (not nullable) byte of array
      Returns:
      next step of builder
      Since:
      2.0.0