harness.debug(x);
harness.fail("while initialising User");
}
harness.check(!A.isComplete(), "User is ready");
B = new SRP6Host();
final Map mapB = new HashMap();
mapB.put(SRP6KeyAgreement.SHARED_MODULUS, N);
mapB.put(SRP6KeyAgreement.GENERATOR, g);
mapB.put(SRP6KeyAgreement.HASH_FUNCTION, Registry.MD5_HASH);