Uses of Class
org.omg.SSLIOP.SSL

Packages that use SSL
org.jacorb.orb.iiop   
org.omg.SSLIOP   
 

Uses of SSL in org.jacorb.orb.iiop
 

Methods in org.jacorb.orb.iiop that return SSL
 SSL IIOPProfile.getSSL()
           
 

Uses of SSL in org.omg.SSLIOP
 

Fields in org.omg.SSLIOP declared as SSL
 SSL SSLHolder.value
           
 

Methods in org.omg.SSLIOP that return SSL
static SSL SSLHelper.extract(Any any)
           
static SSL SSLHelper.read(InputStream in)
           
 

Methods in org.omg.SSLIOP with parameters of type SSL
static void SSLHelper.insert(Any any, SSL s)
           
static void SSLHelper.write(OutputStream out, SSL s)
           
 

Constructors in org.omg.SSLIOP with parameters of type SSL
SSLHolder(SSL initial)