类 JksSslStoreBundle
java.lang.Object
org.springframework.boot.ssl.jks.JksSslStoreBundle
- 所有已实现的接口:
SslStoreBundle
SslStoreBundle
backed by a Java keystore.- 从以下版本开始:
- 3.1.0
- 作者:
- Scott Frederick, Phillip Webb, Moritz Halbritter
-
字段概要
从接口继承的字段 org.springframework.boot.ssl.SslStoreBundle
NONE
-
构造器概要
构造器构造器说明JksSslStoreBundle
(JksSslStoreDetails keyStoreDetails, JksSslStoreDetails trustStoreDetails) Create a newJksSslStoreBundle
instance.JksSslStoreBundle
(JksSslStoreDetails keyStoreDetails, JksSslStoreDetails trustStoreDetails, ResourceLoader resourceLoader) Create a newJksSslStoreBundle
instance. -
方法概要
修饰符和类型方法说明Return a key store generated from the trust material ornull
.Return the password for the key in the key store ornull
.Return a trust store generated from the trust material ornull
.toString()
-
构造器详细资料
-
JksSslStoreBundle
Create a newJksSslStoreBundle
instance.- 参数:
keyStoreDetails
- the key store detailstrustStoreDetails
- the trust store details
-
JksSslStoreBundle
public JksSslStoreBundle(JksSslStoreDetails keyStoreDetails, JksSslStoreDetails trustStoreDetails, ResourceLoader resourceLoader) Create a newJksSslStoreBundle
instance.- 参数:
keyStoreDetails
- the key store detailstrustStoreDetails
- the trust store detailsresourceLoader
- the resource loader used to load content- 从以下版本开始:
- 3.3.5
-
-
方法详细资料
-
getKeyStore
从接口复制的说明:SslStoreBundle
Return a key store generated from the trust material ornull
.- 指定者:
getKeyStore
在接口中SslStoreBundle
- 返回:
- the key store
-
getKeyStorePassword
从接口复制的说明:SslStoreBundle
Return the password for the key in the key store ornull
.- 指定者:
getKeyStorePassword
在接口中SslStoreBundle
- 返回:
- the key password
-
getTrustStore
从接口复制的说明:SslStoreBundle
Return a trust store generated from the trust material ornull
.- 指定者:
getTrustStore
在接口中SslStoreBundle
- 返回:
- the trust store
-
toString
-