|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.apache.avalon.framework.logger.AbstractLogEnabled
org.openorb.orb.ssl.SSLContextFinder
org.openorb.orb.ssl.JSSEContextFinder
org.openorb.orb.ssl.RSAContextFinder
public class RSAContextFinder
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...
| 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(org.openorb.orb.config.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 org.apache.avalon.framework.logger.AbstractLogEnabled |
|---|
enableLogging, getLogger, setupLogger, setupLogger, setupLogger |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RSAContextFinder()
| Method Detail |
|---|
protected void initializeSocketFactories(org.openorb.orb.config.ORBLoader loader)
initializeSocketFactories in class JSSEContextFinderloader - The ORB loader.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||