Configures the SslOptions, @SslBundleKey and protocol to use with an SSL supported @ServiceConnection.

Also serves as a signal to enable automatic SslBundle extraction from supported containers.

从以下版本开始:
3.5.0
作者:
Phillip Webb
  • 可选元素概要

    可选元素
    修饰符和类型
    可选元素
    说明
    The ciphers that can be used for the SSL connection.
    The protocols that are enabled for the SSL connection.
    The alias that should be used to access the key.
    The password that should be used to access the key.
    The protocol to use for the SSL connection.
  • 元素详细资料

    • protocol

      String protocol
      The protocol to use for the SSL connection.
      返回:
      the SSL protocol
      另请参阅:
      默认值:
      "TLS"
    • ciphers

      String[] ciphers
      The ciphers that can be used for the SSL connection.
      返回:
      the SSL ciphers
      另请参阅:
      默认值:
      {}
    • enabledProtocols

      String[] enabledProtocols
      The protocols that are enabled for the SSL connection.
      返回:
      the enabled SSL protocols
      另请参阅:
      默认值:
      {}
    • keyPassword

      String keyPassword
      The password that should be used to access the key.
      返回:
      the key password
      另请参阅:
      默认值:
      ""
    • keyAlias

      String keyAlias
      The alias that should be used to access the key.
      返回:
      the key alias
      另请参阅:
      默认值:
      ""