ssl.setTrustStoreType("PCKS12");
Properties properties = new Properties(prefix);
TCPSRequestInfo info1 = populate(uri, alternativeHost, bindAll,
ssl, clientAuthReqd);
info1.export(properties);
TCPSRequestInfo info2 = new TCPSRequestInfo(
new URI(properties.get(ORB.PROVIDER_URI)),
properties);