Class CustomRAPDUHeaderByte

java.lang.Object
com.gemalto.mfs.mwsdk.payment.CustomRAPDUHeaderByte

public final class CustomRAPDUHeaderByte extends Object
Known response APDU header bytes between the Plugin SDK and HCE SDK for the processing
  • Field Details

    • APDU_EXCHANGE_END

      public static final byte APDU_EXCHANGE_END
      A header byte indicating the end of the APDU exchange with Fidelity Plugin SDK. 0x10
      See Also:
    • APDU_EXCHANGE_NEXT

      public static final byte APDU_EXCHANGE_NEXT
      A header byte indicating the next APDU exchange is for Fidelity Plugin SDK. 0x11
      See Also:
    • NEW_CARD_TO_BE_ACTIVATED

      public static final byte NEW_CARD_TO_BE_ACTIVATED
      Indicates a new card (other than what is currently active) has to be activated. 0x12
      See Also:
    • WAIT_FOR_SECOND_TAP

      public static final byte WAIT_FOR_SECOND_TAP
      Indicates that a second tap is expected following CVM input. 0x13
      See Also:
  • Constructor Details

    • CustomRAPDUHeaderByte

      public CustomRAPDUHeaderByte()