类 SslBundleProperties.Options

java.lang.Object
org.springframework.boot.autoconfigure.ssl.SslBundleProperties.Options
封闭类:
SslBundleProperties

public static class SslBundleProperties.Options extends Object
  • 构造器详细资料

    • Options

      public Options()
  • 方法详细资料

    • getCiphers

      public Set<String> getCiphers()
    • setCiphers

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

      public Set<String> getEnabledProtocols()
    • setEnabledProtocols

      public void setEnabledProtocols(Set<String> enabledProtocols)