227228229230231232233234235236237
// Calculate and write MIC to reserved position ntlmState.ntlm_compute_message_integrity_check(); buf.cursor = savedCursorForMIC; buf.writeBytes(ntlmState.messageIntegrityCheck); buf.rewindCursor(); return buf; } /**
228229230231232233234235236237238