记录类的使用
org.springframework.boot.ssl.jks.JksSslStoreDetails
使用JksSslStoreDetails的程序包
-
org.springframework.boot.ssl.jks中JksSslStoreDetails的使用
修饰符和类型方法说明static JksSslStoreDetails
JksSslStoreDetails.forLocation
(String location) Factory method to create a newJksSslStoreDetails
instance for the given location.JksSslStoreDetails.withPassword
(String password) Return a newJksSslStoreDetails
instance with a new password.限定符构造器说明JksSslStoreBundle
(JksSslStoreDetails keyStoreDetails, JksSslStoreDetails trustStoreDetails) Create a newJksSslStoreBundle
instance.JksSslStoreBundle
(JksSslStoreDetails keyStoreDetails, JksSslStoreDetails trustStoreDetails, ResourceLoader resourceLoader) Create a newJksSslStoreBundle
instance.