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
-
元素详细资料
-
protocol
String protocolThe protocol to use for the SSL connection.- 返回:
- the SSL protocol
- 另请参阅:
- 默认值:
"TLS"
-
ciphers
String[] ciphersThe ciphers that can be used for the SSL connection.- 返回:
- the SSL ciphers
- 另请参阅:
- 默认值:
{}
-
enabledProtocols
String[] enabledProtocolsThe protocols that are enabled for the SSL connection.- 返回:
- the enabled SSL protocols
- 另请参阅:
- 默认值:
{}
-
keyPassword
String keyPasswordThe password that should be used to access the key.- 返回:
- the key password
- 另请参阅:
- 默认值:
""
-
keyAlias
String keyAliasThe alias that should be used to access the key.- 返回:
- the key alias
- 另请参阅:
- 默认值:
""
-