harness.debug(x);
harness.fail("while initialising Client");
}
harness.check(!A.isComplete(), "Client is ready");
B = new SRP6SaslServer();
final Map mapB = new HashMap();
mapB.put(SRP6KeyAgreement.HASH_FUNCTION, Registry.MD5_HASH);
mapB.put(SRP6KeyAgreement.HOST_PASSWORD_DB, tpasswd);