Uses of Record Class
org.springframework.boot.ssl.jks.JksSslStoreDetails
Package
Description
SSL trust material provider for Java KeyStores.
-
Uses of JksSslStoreDetails in org.springframework.boot.ssl.jks
Modifier 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.ModifierConstructorDescriptionJksSslStoreBundle
(JksSslStoreDetails keyStoreDetails, JksSslStoreDetails trustStoreDetails) Create a newJksSslStoreBundle
instance.