com.ibm.wsspi.ssl

Interface SSLSupport



  • public interface SSLSupport
    Marker interface for configured SSL subsystem
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      com.ibm.websphere.ssl.JSSEHelper getJSSEHelper() 
      com.ibm.websphere.ssl.JSSEProvider getJSSEProvider()
      Obtain the default JSSE provider instance.
      com.ibm.websphere.ssl.JSSEProvider getJSSEProvider(java.lang.String providerName)
      Obtain the possible JSSE provider for the given name.
    • Method Detail

      • getJSSEHelper

        com.ibm.websphere.ssl.JSSEHelper getJSSEHelper()
      • getJSSEProvider

        com.ibm.websphere.ssl.JSSEProvider getJSSEProvider()
        Obtain the default JSSE provider instance.
        Returns:
        JSSEProvider
      • getJSSEProvider

        com.ibm.websphere.ssl.JSSEProvider getJSSEProvider(java.lang.String providerName)
        Obtain the possible JSSE provider for the given name. This will return null if there was no match found.
        Parameters:
        providerName -
        Returns:
        JSSEProvider