org.openorb.orb.ssl
Class RSAContextFinder

java.lang.Object
  extended by AbstractLogEnabled
      extended by org.openorb.orb.ssl.SSLContextFinder
          extended by org.openorb.orb.ssl.JSSEContextFinder
              extended by org.openorb.orb.ssl.RSAContextFinder

public class RSAContextFinder
extends JSSEContextFinder

Creates RSA JSSE-specific SSL contexts. In most applications there will only be a single instance of this class, this differs from most other orb parts in which there is one per VM...

Author:
J. Scott Evans

Field Summary
 
Fields inherited from class org.openorb.orb.ssl.SSLContextFinder
m_server_socket_factory, m_socket_factory, s_instance
 
Constructor Summary
RSAContextFinder()
          This constructor, is followed by a call to setFactories, can be used when sublclassing the context.
 
Method Summary
protected  void initializeSocketFactories(ORBLoader loader)
          Initialize socket factories.
 
Methods inherited from class org.openorb.orb.ssl.JSSEContextFinder
getKeyManagers, getTrustManagers, initialize, promptKeystore, promptPassword
 
Methods inherited from class org.openorb.orb.ssl.SSLContextFinder
getDefault, getDefault, getServerSocketFactory, getSocketFactory, setFactories
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RSAContextFinder

public RSAContextFinder()
This constructor, is followed by a call to setFactories, can be used when sublclassing the context.

Method Detail

initializeSocketFactories

protected void initializeSocketFactories(ORBLoader loader)
Initialize socket factories.

Overrides:
initializeSocketFactories in class JSSEContextFinder
Parameters:
loader - The ORB loader.