asSslStoreBundle() — spring-boot Function Reference
Architecture documentation for the asSslStoreBundle() function in PropertiesSslBundle.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 065d3ba6_7779_df42_e3c3_ad2f21e13220["asSslStoreBundle()"] e18ba5e6_9c95_584f_a84b_3ed442b05d04["get()"] e18ba5e6_9c95_584f_a84b_3ed442b05d04 -->|calls| 065d3ba6_7779_df42_e3c3_ad2f21e13220 f61f61c8_caae_ae22_db15_ffb0f277bf23["asStoreDetails()"] 065d3ba6_7779_df42_e3c3_ad2f21e13220 -->|calls| f61f61c8_caae_ae22_db15_ffb0f277bf23 4e6af648_6688_a51b_9689_8570f317cf4b["JksSslStoreBundle()"] 065d3ba6_7779_df42_e3c3_ad2f21e13220 -->|calls| 4e6af648_6688_a51b_9689_8570f317cf4b style 065d3ba6_7779_df42_e3c3_ad2f21e13220 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/ssl/PropertiesSslBundle.java lines 172–176
private static SslStoreBundle asSslStoreBundle(JksSslBundleProperties properties, ResourceLoader resourceLoader) {
JksSslStoreDetails keyStoreDetails = asStoreDetails(properties.getKeystore());
JksSslStoreDetails trustStoreDetails = asStoreDetails(properties.getTruststore());
return new JksSslStoreBundle(keyStoreDetails, trustStoreDetails, resourceLoader);
}
Domain
Subdomains
Calls
- JksSslStoreBundle()
- asStoreDetails()
Called By
Source
Frequently Asked Questions
What does asSslStoreBundle() do?
asSslStoreBundle() is a function in the spring-boot codebase.
What does asSslStoreBundle() call?
asSslStoreBundle() calls 2 function(s): JksSslStoreBundle, asStoreDetails.
What calls asSslStoreBundle()?
asSslStoreBundle() is called by 1 function(s): get.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free