Interface SSLContextProvider

    • Method Detail

      • getProtocol

        String getProtocol()
        Returns the protocol to use.
        Returns:
        the protocol
      • getUseDefaultContext

        boolean getUseDefaultContext()
        Returns whether to use the default SSL context.
        Returns:
        true if to use default context
      • getSSLContext

        SSLContext getSSLContext()
        Returns the SSLContext instance.
        Returns:
        the instance, null if not available