|
Class Summary |
| ClientSocketFactory (src) |
An implementation of SocketFactory that uses the JSSE
default SSLSocketFactory to create a client SSLSocket. |
| DomainServerSocketFactory (src) |
An implementation of ServerSocketFactory that creates SSL server sockets
using the JSSE SSLContext and a JBossSX SecurityDomain for the KeyManagerFactory
and TrustManagerFactory objects. |
| DomainSocketFactory (src) |
An implementation of SocketFactory that creates SSL sockets using the
JSSE SSLContext and a JBossSX SecurityDomain for the KeyManagerFactory
and TrustManagerFactory objects. |
| RMISSLClientSocketFactory (src) |
An implementation of RMIClientSocketFactory that uses the JSSE
default SSLSocketFactory to create a client SSLSocket. |
| RMISSLServerSocketFactory (src) |
An implementation of RMIServerSocketFactory that uses a
DomainServerSocketFactory for its implementation. |