org.jboss.security.ssl |
|
Java Source File Name | Type | Comment |
ClientSocketFactory.java | Class | An implementation of SocketFactory that uses the JSSE
default SSLSocketFactory to create a client SSLSocket. |
Context.java | Class | Utility class with a static method that returns an initialized JSSE
SSLContext for a given JBossSX SecurityDomain. |
DomainServerSocket.java | Class | A wrapper around SSLServerSocket that intercepts the accept call to add a
HandshakeCompletedListener to the resulting SSLSocket so that we can build
a session id to SSLSession map. |
DomainServerSocketFactory.java | Class | An implementation of ServerSocketFactory that creates SSL server sockets
using the JSSE SSLContext and a JBossSX SecurityDomain for the KeyManagerFactory
and TrustManagerFactory objects. |
DomainSocketFactory.java | Class | An implementation of SocketFactory that creates SSL sockets using the
JSSE SSLContext and a JBossSX SecurityDomain for the KeyManagerFactory
and TrustManagerFactory objects. |
RMISSLClientSocketFactory.java | Class | An implementation of RMIClientSocketFactory that uses the JSSE
default SSLSocketFactory to create a client SSLSocket. |
RMISSLServerSocketFactory.java | Class | An implementation of RMIServerSocketFactory that uses a
DomainServerSocketFactory for its implementation. |