| javax.net.ssl.SSLContext | JSSEProvider. getSSLContext(java.util.Map<java.lang.String,java.lang.Object> connectionInfo,
             SSLConfig config) | Access the SSLContext instance that matchs the provided configuration and
 connection information. | 
| javax.net.ssl.SSLContext | JSSEProvider. getSSLContextInstance(SSLConfig config) | Access the SSLContext instance that matchs the provided configuration. | 
| javax.net.ssl.SSLServerSocketFactory | JSSEProvider. getSSLServerSocketFactory(SSLConfig config) | Get the SSL socket factory that matchs the provided parameters. | 
| javax.net.ssl.SSLSocketFactory | JSSEProvider. getSSLSocketFactory(java.util.Map<java.lang.String,java.lang.Object> connectionInfo,
                   SSLConfig config) | Get the SSL socket factory that matchs the provided parameters. | 
| java.net.URLStreamHandler | JSSEProvider. getURLStreamHandler(SSLConfig config) | Get the URL stream handler for the given configuration. | 
| void | JSSEProvider. setServerDefaultSSLContext(SSLConfig sslConfig) | Set the default SSL factory for the server. |