Uses of Class
com.ibm.websphere.ssl.SSLConfig
-
Uses of SSLConfig in com.ibm.websphere.ssl
Modifier and TypeMethodDescriptionSSLConfig.loadPropertiesFile
(String propertiesURL, boolean multiConfigURL) Load ConfigURL from a url string that names a properties file.Modifier and TypeMethodDescriptionJSSEProvider.getSSLContext
(Map<String, Object> connectionInfo, SSLConfig config) Access the SSLContext instance that matchs the provided configuration and connection information.JSSEProvider.getSSLContextInstance
(SSLConfig config) Access the SSLContext instance that matchs the provided configuration.JSSEProvider.getSSLServerSocketFactory
(SSLConfig config) Get the SSL socket factory that matchs the provided parameters.JSSEProvider.getSSLSocketFactory
(Map<String, Object> connectionInfo, SSLConfig config) Get the SSL socket factory that matchs the provided parameters.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.