org.omg.SECIOP
Class GenericMechanismInfo

java.lang.Object
  extended by org.omg.SECIOP.GenericMechanismInfo
All Implemented Interfaces:
java.io.Serializable, IDLEntity

public final class GenericMechanismInfo
extends java.lang.Object
implements IDLEntity

Generated from IDL struct "GenericMechanismInfo".

Version:
generated at Dec 2, 2008 12:16:59 PM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 5), 06-Jun-2007
See Also:
Serialized Form

Field Summary
 TaggedComponent[] components
           
 byte[] mech_specific_data
           
 byte[] security_mechanism_type
           
 
Constructor Summary
GenericMechanismInfo()
           
GenericMechanismInfo(byte[] security_mechanism_type, byte[] mech_specific_data, TaggedComponent[] components)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

security_mechanism_type

public byte[] security_mechanism_type

mech_specific_data

public byte[] mech_specific_data

components

public TaggedComponent[] components
Constructor Detail

GenericMechanismInfo

public GenericMechanismInfo()

GenericMechanismInfo

public GenericMechanismInfo(byte[] security_mechanism_type,
                            byte[] mech_specific_data,
                            TaggedComponent[] components)


Copyright © 2008. All Rights Reserved.