com.ibm.wsspi.ssl

Interface SSLSupport


  1. public interface SSLSupport
Marker interface for configured SSL subsystem

Method Summary

Modifier and Type Method and Description
  1. JSSEHelper
getJSSEHelper()
  1. JSSEProvider
getJSSEProvider()
Obtain the default JSSE provider instance.
  1. JSSEProvider
getJSSEProvider(java.lang.String providerName)
Obtain the possible JSSE provider for the given name.

Method Detail

getJSSEHelper

  1. JSSEHelper getJSSEHelper()

getJSSEProvider

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

getJSSEProvider

  1. 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