Uses of Record Class
org.springframework.boot.ssl.jks.JksSslStoreDetails
Packages that use JksSslStoreDetails
Package
Description
SSL trust material provider for Java KeyStores.
-
Uses of JksSslStoreDetails in org.springframework.boot.ssl.jks
Methods in org.springframework.boot.ssl.jks that return JksSslStoreDetailsModifier and TypeMethodDescriptionstatic 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.Constructors in org.springframework.boot.ssl.jks with parameters of type JksSslStoreDetailsModifierConstructorDescriptionJksSslStoreBundle
(JksSslStoreDetails keyStoreDetails, JksSslStoreDetails trustStoreDetails) Create a newJksSslStoreBundle
instance.