|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAbstractLogEnabled
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(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 |
---|
public RSAContextFinder()
Method Detail |
---|
protected void initializeSocketFactories(ORBLoader loader)
initializeSocketFactories
in class JSSEContextFinder
loader
- The ORB loader.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |