DefaultSslBundleRegistry() — spring-boot Function Reference
Architecture documentation for the DefaultSslBundleRegistry() function in DefaultSslBundleRegistry.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 41cd76d7_48b9_fa25_7f50_c038acb01cb4["DefaultSslBundleRegistry()"] 2e7b34c7_39f4_fe2f_cb52_d22fb0f6dbb5["nullKeyStore()"] 2e7b34c7_39f4_fe2f_cb52_d22fb0f6dbb5 -->|calls| 41cd76d7_48b9_fa25_7f50_c038acb01cb4 531137db_4220_b1d6_9af0_8305b9ad8b21["trustStoreCertificatesShouldProvideSslInfo()"] 531137db_4220_b1d6_9af0_8305b9ad8b21 -->|calls| 41cd76d7_48b9_fa25_7f50_c038acb01cb4 cfdc167b_c621_921d_65e7_e082693c40e8["bothKeyStoreAndTrustStoreCertificatesShouldProvideSslInfo()"] cfdc167b_c621_921d_65e7_e082693c40e8 -->|calls| 41cd76d7_48b9_fa25_7f50_c038acb01cb4 d4618821_15b3_d3f2_a868_a60ba4ce9753["separateKeyStoreAndTrustStoreShouldProvideSslInfo()"] d4618821_15b3_d3f2_a868_a60ba4ce9753 -->|calls| 41cd76d7_48b9_fa25_7f50_c038acb01cb4 9789c2e0_5221_552c_d4a1_5acdb674af9b["createSslInfo()"] 9789c2e0_5221_552c_d4a1_5acdb674af9b -->|calls| 41cd76d7_48b9_fa25_7f50_c038acb01cb4 f7f59aa7_da8b_f04a_faf5_749f315f3209["sslBundleRegistry()"] f7f59aa7_da8b_f04a_faf5_749f315f3209 -->|calls| 41cd76d7_48b9_fa25_7f50_c038acb01cb4 3189aa90_889f_644f_c3bf_e89739010340["shouldUseResourceLoader()"] 3189aa90_889f_644f_c3bf_e89739010340 -->|calls| 41cd76d7_48b9_fa25_7f50_c038acb01cb4 57be9bb5_de42_ee29_843b_d909abc58185["registerBundle()"] 41cd76d7_48b9_fa25_7f50_c038acb01cb4 -->|calls| 57be9bb5_de42_ee29_843b_d909abc58185 style 41cd76d7_48b9_fa25_7f50_c038acb01cb4 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/main/java/org/springframework/boot/ssl/DefaultSslBundleRegistry.java lines 51–52
public DefaultSslBundleRegistry() {
}
Domain
Subdomains
Calls
Called By
Source
Frequently Asked Questions
What does DefaultSslBundleRegistry() do?
DefaultSslBundleRegistry() is a function in the spring-boot codebase.
What does DefaultSslBundleRegistry() call?
DefaultSslBundleRegistry() calls 1 function(s): registerBundle.
What calls DefaultSslBundleRegistry()?
DefaultSslBundleRegistry() is called by 7 function(s): bothKeyStoreAndTrustStoreCertificatesShouldProvideSslInfo, createSslInfo, nullKeyStore, separateKeyStoreAndTrustStoreShouldProvideSslInfo, shouldUseResourceLoader, sslBundleRegistry, trustStoreCertificatesShouldProvideSslInfo.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free