Uses of Class
com.sun.corba.ee.org.omg.CSIIOP.CompoundSecMech
-
Packages that use CompoundSecMech Package Description com.sun.corba.ee.org.omg.CSIIOP -
-
Uses of CompoundSecMech in com.sun.corba.ee.org.omg.CSIIOP
Fields in com.sun.corba.ee.org.omg.CSIIOP declared as CompoundSecMech Modifier and Type Field Description CompoundSecMech[]CompoundSecMechList. mechanism_listCompoundSecMech[]CompoundSecMechanismsHolder. valueCompoundSecMechCompoundSecMechHolder. valueMethods in com.sun.corba.ee.org.omg.CSIIOP that return CompoundSecMech Modifier and Type Method Description static CompoundSecMech[]CompoundSecMechanismsHelper. extract(Any a)static CompoundSecMechCompoundSecMechHelper. extract(Any a)static CompoundSecMech[]CompoundSecMechanismsHelper. read(InputStream istream)static CompoundSecMechCompoundSecMechHelper. read(InputStream istream)Methods in com.sun.corba.ee.org.omg.CSIIOP with parameters of type CompoundSecMech Modifier and Type Method Description static voidCompoundSecMechanismsHelper. insert(Any a, CompoundSecMech[] that)static voidCompoundSecMechHelper. insert(Any a, CompoundSecMech that)static voidCompoundSecMechanismsHelper. write(OutputStream ostream, CompoundSecMech[] value)static voidCompoundSecMechHelper. write(OutputStream ostream, CompoundSecMech value)Constructors in com.sun.corba.ee.org.omg.CSIIOP with parameters of type CompoundSecMech Constructor Description CompoundSecMechanismsHolder(CompoundSecMech[] initialValue)CompoundSecMechHolder(CompoundSecMech initialValue)CompoundSecMechList(boolean _stateful, CompoundSecMech[] _mechanism_list)
-