类 PropertiesSslBundle
java.lang.Object
org.springframework.boot.autoconfigure.ssl.PropertiesSslBundle
- 所有已实现的接口:
SslBundle
- 从以下版本开始:
- 3.1.0
- 作者:
- Scott Frederick, Phillip Webb
-
字段概要
从接口继承的字段 org.springframework.boot.ssl.SslBundle
DEFAULT_PROTOCOL
-
方法概要
修饰符和类型方法说明static SslBundle
get
(JksSslBundleProperties properties) Get anSslBundle
for the givenJksSslBundleProperties
.static SslBundle
get
(JksSslBundleProperties properties, ResourceLoader resourceLoader) Get anSslBundle
for the givenJksSslBundleProperties
.static SslBundle
get
(PemSslBundleProperties properties) Get anSslBundle
for the givenPemSslBundleProperties
.static SslBundle
get
(PemSslBundleProperties properties, ResourceLoader resourceLoader) Get anSslBundle
for the givenPemSslBundleProperties
.getKey()
Return a reference to the key that should be used for this bundle orSslBundleKey.NONE
.ReturnSslOptions
that should be applied when establishing the SSL connection.Return the protocol to use when establishing the connection.Return theSslStoreBundle
that can be used to access this bundle's key and trust stores.toString()
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
从接口继承的方法 org.springframework.boot.ssl.SslBundle
createSslContext
-
方法详细资料
-
getStores
从接口复制的说明:SslBundle
Return theSslStoreBundle
that can be used to access this bundle's key and trust stores. -
getKey
从接口复制的说明:SslBundle
Return a reference to the key that should be used for this bundle orSslBundleKey.NONE
. -
getOptions
从接口复制的说明:SslBundle
ReturnSslOptions
that should be applied when establishing the SSL connection.- 指定者:
getOptions
在接口中SslBundle
- 返回:
- the options that should be applied
-
getProtocol
从接口复制的说明:SslBundle
Return the protocol to use when establishing the connection. Values should be supported bySSLContext.getInstance(String)
.- 指定者:
getProtocol
在接口中SslBundle
- 返回:
- the SSL protocol
- 另请参阅:
-
getManagers
从接口复制的说明:SslBundle
- 指定者:
getManagers
在接口中SslBundle
- 返回:
- the
SslManagerBundle
instance for this bundle
-
get
Get anSslBundle
for the givenPemSslBundleProperties
.- 参数:
properties
- the source properties- 返回:
- an
SslBundle
instance
-
get
Get anSslBundle
for the givenPemSslBundleProperties
.- 参数:
properties
- the source propertiesresourceLoader
- the resource loader used to load content- 返回:
- an
SslBundle
instance - 从以下版本开始:
- 3.3.5
-
get
Get anSslBundle
for the givenJksSslBundleProperties
.- 参数:
properties
- the source properties- 返回:
- an
SslBundle
instance
-
get
Get anSslBundle
for the givenJksSslBundleProperties
.- 参数:
properties
- the source propertiesresourceLoader
- the resource loader used to load content- 返回:
- an
SslBundle
instance - 从以下版本开始:
- 3.3.5
-
toString
-