クラス SslBundleProperties.Options

java.lang.ObjectSE
org.springframework.boot.autoconfigure.ssl.SslBundleProperties.Options
含まれているクラス:
SslBundleProperties

public static class SslBundleProperties.Options extends ObjectSE
導入:
3.1.0
作成者:
Scott Frederick, Phillip Webb
  • コンストラクターの詳細

    • Options

      public Options()
  • メソッドの詳細

    • getCiphers

      public @Nullable SetSE<StringSE> getCiphers()
    • setCiphers

      public void setCiphers(@Nullable SetSE<StringSE> ciphers)
    • getEnabledProtocols

      public @Nullable SetSE<StringSE> getEnabledProtocols()
    • setEnabledProtocols

      public void setEnabledProtocols(@Nullable SetSE<StringSE> enabledProtocols)