Package com.gemalto.mfs.mwsdk.payment
Class CustomRAPDUHeaderByte
java.lang.Object
com.gemalto.mfs.mwsdk.payment.CustomRAPDUHeaderByte
Known response APDU header bytes between the Plugin SDK and HCE SDK for the processing
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final byteA header byte indicating the end of the APDU exchange with Fidelity Plugin SDK.static final byteA header byte indicating the next APDU exchange is for Fidelity Plugin SDK.static final byteIndicates a new card (other than what is currently active) has to be activated.static final byteIndicates that a second tap is expected following CVM input. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
APDU_EXCHANGE_END
public static final byte APDU_EXCHANGE_ENDA 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_NEXTA 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_ACTIVATEDIndicates 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_TAPIndicates that a second tap is expected following CVM input. 0x13- See Also:
-
-
Constructor Details
-
CustomRAPDUHeaderByte
public CustomRAPDUHeaderByte()
-