SRPAuthInfoProvider srpDB = new SRPAuthInfoProvider();
Map dbAttributes = new HashMap();
dbAttributes.put(SRPRegistry.PASSWORD_DB,
session.srpTrustManager.getPasswordFile());
srpDB.activate(dbAttributes);
// FIXME
// We can also fake that the user exists, and generate a dummy (and
// invalid) master secret, and let the handshake fail at the Finished
// message. This is better than letting the connecting side know that