001 package org.omg.SECIOP;
002
003 /**
004 * Generated from IDL struct "GenericMechanismInfo".
005 *
006 * @author JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
007 * @version generated at Nov 6, 2011 12:20:29 AM
008 */
009
010 public final class GenericMechanismInfo
011 implements org.omg.CORBA.portable.IDLEntity
012 {
013 public GenericMechanismInfo(){}
014 public byte[] security_mechanism_type;
015 public byte[] mech_specific_data;
016 public org.omg.IOP.TaggedComponent[] components;
017 public GenericMechanismInfo(byte[] security_mechanism_type, byte[] mech_specific_data, org.omg.IOP.TaggedComponent[] components)
018 {
019 this.security_mechanism_type = security_mechanism_type;
020 this.mech_specific_data = mech_specific_data;
021 this.components = components;
022 }
023 }