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