try {
//knt.verify(unique, resourceSearched, credFrom, credTo);
//TODO the resourceSearched File should be some other...
//TODO the key shoule point to the real file
cl.verify(unique, report, new File(resourceSearched), new File(key));
} catch (InterruptedException e) {
allowError = false;
return false;
} catch (IOException e) {
return false;