com.ibm.wsspi.ssl

Interface SSLSupport



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

      • getJSSEProvider

        JSSEProvider getJSSEProvider()
        Obtain the default JSSE provider instance.
        Returns:
        JSSEProvider
      • getJSSEProvider

        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