JksSslStoreBundle() — spring-boot Function Reference
Architecture documentation for the JksSslStoreBundle() function in JksSslStoreBundle.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 4e6af648_6688_a51b_9689_8570f317cf4b["JksSslStoreBundle()"] 531137db_4220_b1d6_9af0_8305b9ad8b21["trustStoreCertificatesShouldProvideSslInfo()"] 531137db_4220_b1d6_9af0_8305b9ad8b21 -->|calls| 4e6af648_6688_a51b_9689_8570f317cf4b cfdc167b_c621_921d_65e7_e082693c40e8["bothKeyStoreAndTrustStoreCertificatesShouldProvideSslInfo()"] cfdc167b_c621_921d_65e7_e082693c40e8 -->|calls| 4e6af648_6688_a51b_9689_8570f317cf4b d4618821_15b3_d3f2_a868_a60ba4ce9753["separateKeyStoreAndTrustStoreShouldProvideSslInfo()"] d4618821_15b3_d3f2_a868_a60ba4ce9753 -->|calls| 4e6af648_6688_a51b_9689_8570f317cf4b 9789c2e0_5221_552c_d4a1_5acdb674af9b["createSslInfo()"] 9789c2e0_5221_552c_d4a1_5acdb674af9b -->|calls| 4e6af648_6688_a51b_9689_8570f317cf4b 065d3ba6_7779_df42_e3c3_ad2f21e13220["asSslStoreBundle()"] 065d3ba6_7779_df42_e3c3_ad2f21e13220 -->|calls| 4e6af648_6688_a51b_9689_8570f317cf4b 0283c010_c4fc_51c9_be91_20181bfc371d["getJksSslBundle()"] 0283c010_c4fc_51c9_be91_20181bfc371d -->|calls| 4e6af648_6688_a51b_9689_8570f317cf4b 9c4eadbb_67b7_5612_1f2a_c19203e4c4f7["createKeyStore()"] 4e6af648_6688_a51b_9689_8570f317cf4b -->|calls| 9c4eadbb_67b7_5612_1f2a_c19203e4c4f7 style 4e6af648_6688_a51b_9689_8570f317cf4b fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/main/java/org/springframework/boot/ssl/jks/JksSslStoreBundle.java lines 60–63
public JksSslStoreBundle(@Nullable JksSslStoreDetails keyStoreDetails,
@Nullable JksSslStoreDetails trustStoreDetails) {
this(keyStoreDetails, trustStoreDetails, ApplicationResourceLoader.get());
}
Domain
Subdomains
Calls
Called By
Source
Frequently Asked Questions
What does JksSslStoreBundle() do?
JksSslStoreBundle() is a function in the spring-boot codebase.
What does JksSslStoreBundle() call?
JksSslStoreBundle() calls 1 function(s): createKeyStore.
What calls JksSslStoreBundle()?
JksSslStoreBundle() is called by 6 function(s): asSslStoreBundle, bothKeyStoreAndTrustStoreCertificatesShouldProvideSslInfo, createSslInfo, getJksSslBundle, separateKeyStoreAndTrustStoreShouldProvideSslInfo, trustStoreCertificatesShouldProvideSslInfo.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free