Uses of Class
org.omg.CSIIOP.AS_ContextSec

Packages that use AS_ContextSec
org.omg.CSIIOP   
 

Uses of AS_ContextSec in org.omg.CSIIOP
 

Fields in org.omg.CSIIOP declared as AS_ContextSec
 AS_ContextSec CompoundSecMech.as_context_mech
           
 AS_ContextSec AS_ContextSecHolder.value
           
 

Methods in org.omg.CSIIOP that return AS_ContextSec
static AS_ContextSec AS_ContextSecHelper.extract(Any any)
           
static AS_ContextSec AS_ContextSecHelper.read(InputStream in)
           
 

Methods in org.omg.CSIIOP with parameters of type AS_ContextSec
static void AS_ContextSecHelper.insert(Any any, AS_ContextSec s)
           
static void AS_ContextSecHelper.write(OutputStream out, AS_ContextSec s)
           
 

Constructors in org.omg.CSIIOP with parameters of type AS_ContextSec
CompoundSecMech(short target_requires, TaggedComponent transport_mech, AS_ContextSec as_context_mech, SAS_ContextSec sas_context_mech)
           
AS_ContextSecHolder(AS_ContextSec initial)