Class LoggingMICMatchingHandler

    • Constructor Detail

      • LoggingMICMatchingHandler

        public LoggingMICMatchingHandler()
    • Method Detail

      • onMICMismatch

        public void onMICMismatch​(IMessage aMsg,
                                  String sOriginalMIC,
                                  String sReceivedMIC)
        Description copied from interface: IMICMatchingHandler
        Invoked upon MIC mismatch
        Specified by:
        onMICMismatch in interface IMICMatchingHandler
        Parameters:
        aMsg - The message it is all about. Never null
        sOriginalMIC - The MIC calculated here. May be null.
        sReceivedMIC - The MIC received from the other side. May be null.