Class SslBundleProperties.Options

java.lang.Object
org.springframework.boot.autoconfigure.ssl.SslBundleProperties.Options
Enclosing class:
SslBundleProperties

public static class SslBundleProperties.Options extends Object
Since:
3.1.0
Author:
Scott Frederick, Phillip Webb
  • Constructor Details

    • Options

      public Options()
  • Method Details

    • getCiphers

      public @Nullable Set<String> getCiphers()
    • setCiphers

      public void setCiphers(@Nullable Set<String> ciphers)
    • getEnabledProtocols

      public @Nullable Set<String> getEnabledProtocols()
    • setEnabledProtocols

      public void setEnabledProtocols(@Nullable Set<String> enabledProtocols)