186187188189190191192193
/** * Default constructor. */ public SecurityMechanismSelector() { this.orb = ORBManager.getORB(); this.ctc = new CSIV2TaggedComponentInfo(orb); }