115116117118119120121122123124125
} } } if(!foundToken) { SandeshaException e = new SandeshaException("Message was not secured with the correct token(s)"); e.printStackTrace(System.err); throw e; } log.debug("Exit: UnitTestSecurityManager::checkProofOfPossession"); }
114115116117118119120121122123124