CompoundSecMechList csmList = null;
try
{
TaggedComponent tc = ri.get_effective_component(TAG_CSI_SEC_MECH_LIST.value);
CDRInputStream is = new CDRInputStream( (org.omg.CORBA.ORB)null, tc.component_data);
is.openEncapsulatedArray();
csmList = CompoundSecMechListHelper.read( is );
}
catch (BAD_PARAM e)
{
if (logger.isDebugEnabled())