Class SslStoreProviderFactory

java.lang.Object
org.springframework.boot.web.server.SslStoreProviderFactory

public final class SslStoreProviderFactory extends Object
Creates an SslStoreProvider based on SSL configuration properties.
Since:
3.1.0
Author:
Scott Frederick
  • Method Details

    • from

      public static SslStoreProvider from(Ssl ssl)
      Create an SslStoreProvider if the appropriate SSL properties are configured.
      Parameters:
      ssl - the SSL properties
      Returns:
      an SslStoreProvider or null