public boolean getReplayDetState() {
   if (mechCtxt != null) return mechCtxt.getReplayDetState();
   else return reqReplayDetState;
 }