Interface TLSConfigurer


public interface TLSConfigurer
  • Method Details

    • initialize

      default void initialize(Map<String,String> properties)
    • sslContext

      default SSLContext sslContext()
    • hostnameVerifier

      @Nullable default HostnameVerifier hostnameVerifier()
      Returns a custom HostnameVerifier to use for hostname verification, or null to use the default JSSE built-in hostname verifier.

      If a non-null verifier is returned, only the custom verifier is executed and the JSSE built-in hostname verifier won't be executed.

    • supportedProtocols

      default String[] supportedProtocols()
    • supportedCipherSuites

      default String[] supportedCipherSuites()