// ignore -- we don't know this host //
}
break;
case TAG_CSI_SEC_MECH_LIST.value:
SecurityMechanismListComponent secmeclist = (SecurityMechanismListComponent) profile
.getComponent(i);
for (int j = 0; j < secmeclist.getMechanismCount(); j++) {
CompoundSecurityMechanism mech = secmeclist
.getSecurityMechanism(j);
IIOPTransportSpec pt = null;
switch (mech.getTransportTag()) {
case TAG_SSL_SEC_TRANS.value: