Class PropertiesSslBundle

java.lang.Object
org.springframework.boot.autoconfigure.ssl.PropertiesSslBundle
All Implemented Interfaces:
org.springframework.boot.ssl.SslBundle

public final class PropertiesSslBundle extends Object implements org.springframework.boot.ssl.SslBundle
Since:
3.1.0
  • Method Details

    • getStores

      public org.springframework.boot.ssl.SslStoreBundle getStores()
      Specified by:
      getStores in interface org.springframework.boot.ssl.SslBundle
    • getKey

      public org.springframework.boot.ssl.SslBundleKey getKey()
      Specified by:
      getKey in interface org.springframework.boot.ssl.SslBundle
    • getOptions

      public org.springframework.boot.ssl.SslOptions getOptions()
      Specified by:
      getOptions in interface org.springframework.boot.ssl.SslBundle
    • getProtocol

      public String getProtocol()
      Specified by:
      getProtocol in interface org.springframework.boot.ssl.SslBundle
    • getManagers

      public org.springframework.boot.ssl.SslManagerBundle getManagers()
      Specified by:
      getManagers in interface org.springframework.boot.ssl.SslBundle
    • get

      public static org.springframework.boot.ssl.SslBundle get(PemSslBundleProperties properties)
      Get an SslBundle for the given PemSslBundleProperties.
      Parameters:
      properties - the source properties
      Returns:
      an SslBundle instance
    • get

      public static org.springframework.boot.ssl.SslBundle get(JksSslBundleProperties properties)
      Get an SslBundle for the given JksSslBundleProperties.
      Parameters:
      properties - the source properties
      Returns:
      an SslBundle instance