Class CustomRAPDUHeaderByte


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

      Fields 
      Modifier and Type Field Description
      static byte APDU_EXCHANGE_END
      A header byte indicating the end of the APDU exchange with Fidelity Plugin SDK.
      static byte APDU_EXCHANGE_NEXT
      A header byte indicating the next APDU exchange is for Fidelity Plugin SDK.
      static byte NEW_CARD_TO_BE_ACTIVATED
      Indicates a new card (other than what is currently active) has to be activated.
      static byte WAIT_FOR_SECOND_TAP
      Indicates that a second tap is expected following CVM input.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
    • Constructor Detail

      • CustomRAPDUHeaderByte

        public CustomRAPDUHeaderByte()