Class SLF4JAPDUTracer

  • All Implemented Interfaces:
    APDUTracer

    public class SLF4JAPDUTracer
    extends java.lang.Object
    implements APDUTracer
    • Constructor Detail

      • SLF4JAPDUTracer

        public SLF4JAPDUTracer()
    • Method Detail

      • traceCommandAPDU

        public void traceCommandAPDU​(SlotChannel sc,
                                     CommandAPDU capdu)
        Description copied from interface: APDUTracer
        Trace a command APDU send over the defined slot channel
        Specified by:
        traceCommandAPDU in interface APDUTracer
        Parameters:
        sc - the slot channel or null if unknown
        capdu - the command APDU
      • traceResponseAPDU

        public void traceResponseAPDU​(SlotChannel sc,
                                      ResponseAPDU rapdu)
        Description copied from interface: APDUTracer
        Trace a response APDU received over the defined slot channel
        Specified by:
        traceResponseAPDU in interface APDUTracer
        Parameters:
        sc - the slot channel or null if unknown
        rapdu - the response APDU
      • traceAnswerToReset

        public void traceAnswerToReset​(SlotChannel sc,
                                       CardID cardID)
        Description copied from interface: APDUTracer
        Trave reset
        Specified by:
        traceAnswerToReset in interface APDUTracer
        Parameters:
        sc - the slot channel or null if unknown
        cardID - the CardID of the card, containing the ATR