Uses of Class
com.ibm.websphere.ssl.SSLException
-
Uses of SSLException in com.ibm.websphere.ssl
Modifier and TypeMethodDescriptionvoid
JSSEHelper.deregisterSSLConfigChangeListener
(SSLConfigChangeListener listener) This method removes the specific SSLConfigChangeListener from the list of active listeners.JSSEHelper.getProperties
(String sslAliasName) This method returns the SSL properties given a specific SSL configuration alias.JSSEHelper.getProperties
(String sslAliasName, Map<String, Object> connectionInfo, SSLConfigChangeListener listener) This method returns the effective SSL properties object for use by an SSL application or component.JSSEHelper.getProperties
(String sslAliasName, Map<String, Object> connectionInfo, SSLConfigChangeListener listener, boolean tryDefault) LikeJSSEHelper.getProperties(String, Map, SSLConfigChangeListener)
, except failing over to the default configuration is a choice.JSSEHelper.getSSLContext
(String sslAliasName, Map<String, Object> connectionInfo, SSLConfigChangeListener listener) This method creates an SSLContext for use by an SSL application or component.JSSEHelper.getSSLContext
(String sslAliasName, Map<String, Object> connectionInfo, SSLConfigChangeListener listener, boolean tryDefault) LikeJSSEHelper.getSSLContext(String, Map, SSLConfigChangeListener)
, failing over to the default configuration is a choice.JSSEHelper.getSSLContext
(Map<String, Object> connectionInfo, Properties props) This method creates an SSLContext given the SSL properties needed to create the SSLContext.JSSEProvider.getSSLContextInstance
(SSLConfig config) Access the SSLContext instance that matchs the provided configuration.JSSEHelper.getSSLServerSocketFactory
(String sslAliasName, Map<String, Object> connectionInfo, SSLConfigChangeListener listener) This method creates an SSLSocketFactory for use by an SSL application or component.JSSEHelper.getSSLServerSocketFactory
(Properties props) This method creates an SSLServerSocketFactory given the SSL configuration properties specified.JSSEProvider.getSSLServerSocketFactory
(SSLConfig config) Get the SSL socket factory that matchs the provided parameters.JSSEHelper.getSSLSocketFactory
(String sslAliasName, Map<String, Object> connectionInfo, SSLConfigChangeListener listener) This method creates an SSLSocketFactory for use by an SSL application or component.JSSEHelper.getSSLSocketFactory
(Map<String, Object> connectionInfo, Properties props) This method creates an SSLSocketFactory for use by an SSL application or component.JSSEHelper.getURLStreamHandler
(String sslAliasName, Map<String, Object> connectionInfo, SSLConfigChangeListener listener) This method creates a URLStreamHandler for use by an SSL application or component.JSSEHelper.getURLStreamHandler
(Properties props) This method creates a URLStreamHandler specific SSL properties.void
JSSEHelper.registerSSLConfigChangeListener
(String sslAliasName, Map<String, Object> connectionInfo, SSLConfigChangeListener listener) This method registers an SSLConfigChangeListener for the specific SSL configuration chosen based upon the parameters passed in using the precedence logic described in the JavaDoc for the getSSLContext API.void
JSSEProvider.setServerDefaultSSLContext
(SSLConfig sslConfig) Set the default SSL factory for the server.void
JSSEHelper.validateSSLProperties
(Properties props) This method attempts to create an SSLContext using the properties provided.