Uses of Class
org.omg.Security.MechandOptions

Packages that use MechandOptions
org.jacorb.security.level2   
org.omg.Security   
org.omg.SecurityLevel2   
org.omg.SecurityReplaceable   
 

Uses of MechandOptions in org.jacorb.security.level2
 

Methods in org.jacorb.security.level2 that return MechandOptions
 MechandOptions[] CurrentImpl.supported_mechanisms()
           
 

Uses of MechandOptions in org.omg.Security
 

Fields in org.omg.Security declared as MechandOptions
 MechandOptions[] MechandOptionsListHolder.value
           
 MechandOptions MechandOptionsHolder.value
           
 

Methods in org.omg.Security that return MechandOptions
static MechandOptions MechandOptionsHelper.extract(Any any)
           
static MechandOptions MechandOptionsHelper.read(InputStream in)
           
static MechandOptions[] MechandOptionsListHelper.extract(Any any)
           
static MechandOptions[] MechandOptionsListHelper.read(InputStream _in)
           
 

Methods in org.omg.Security with parameters of type MechandOptions
static void MechandOptionsHelper.insert(Any any, MechandOptions s)
           
static void MechandOptionsHelper.write(OutputStream out, MechandOptions s)
           
static void MechandOptionsListHelper.insert(Any any, MechandOptions[] s)
           
static void MechandOptionsListHelper.write(OutputStream _out, MechandOptions[] _s)
           
 

Constructors in org.omg.Security with parameters of type MechandOptions
MechandOptionsListHolder(MechandOptions[] initial)
           
MechandOptionsHolder(MechandOptions initial)
           
 

Uses of MechandOptions in org.omg.SecurityLevel2
 

Methods in org.omg.SecurityLevel2 that return MechandOptions
 MechandOptions[] CurrentOperations.supported_mechanisms()
           
 

Uses of MechandOptions in org.omg.SecurityReplaceable
 

Methods in org.omg.SecurityReplaceable that return MechandOptions
 MechandOptions[] VaultOperations.get_supported_mechs()