类 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 SslBundleget(JksSslBundleProperties properties) Get anSslBundlefor the givenJksSslBundleProperties.static SslBundleget(JksSslBundleProperties properties, ResourceLoader resourceLoader) Get anSslBundlefor the givenJksSslBundleProperties.static SslBundleget(PemSslBundleProperties properties) Get anSslBundlefor the givenPemSslBundleProperties.static SslBundleget(PemSslBundleProperties properties, ResourceLoader resourceLoader) Get anSslBundlefor the givenPemSslBundleProperties.getKey()Return a reference to the key that should be used for this bundle orSslBundleKey.NONE.ReturnSslOptionsthat should be applied when establishing the SSL connection.Return the protocol to use when establishing the connection.Return theSslStoreBundlethat 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
从接口复制的说明:SslBundleReturn theSslStoreBundlethat can be used to access this bundle's key and trust stores. -
getKey
从接口复制的说明:SslBundleReturn a reference to the key that should be used for this bundle orSslBundleKey.NONE. -
getOptions
从接口复制的说明:SslBundleReturnSslOptionsthat should be applied when establishing the SSL connection.- 指定者:
getOptions在接口中SslBundle- 返回:
- the options that should be applied
-
getProtocol
从接口复制的说明:SslBundleReturn 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
SslManagerBundleinstance for this bundle
-
get
Get anSslBundlefor the givenPemSslBundleProperties.- 参数:
properties- the source properties- 返回:
- an
SslBundleinstance
-
get
Get anSslBundlefor the givenPemSslBundleProperties.- 参数:
properties- the source propertiesresourceLoader- the resource loader used to load content- 返回:
- an
SslBundleinstance - 从以下版本开始:
- 3.3.5
-
get
Get anSslBundlefor the givenJksSslBundleProperties.- 参数:
properties- the source properties- 返回:
- an
SslBundleinstance
-
get
Get anSslBundlefor the givenJksSslBundleProperties.- 参数:
properties- the source propertiesresourceLoader- the resource loader used to load content- 返回:
- an
SslBundleinstance - 从以下版本开始:
- 3.3.5
-
toString
-