Interface SslFactory

  • All Known Subinterfaces:
    SSLEngineFactory
    All Known Implementing Classes:
    SSLEngineFactoryImpl

    public interface SslFactory
    SSL Factory interface to get common SSL objects. All SSL factory implementations should implement this interface.
    • Method Detail

      • getSSLContext

        javax.net.ssl.SSLContext getSSLContext()
        Returns:
        an SSLContext object
        See Also:
        SSLContext
      • getSSLParameters

        javax.net.ssl.SSLParameters getSSLParameters()
        Returns:
        an SSLParameters object
        See Also:
        SSLParameters
      • isSslEnabled

        boolean isSslEnabled()
        Returns:
        Whether the implementation enforces SSL