BundleInfo() — spring-boot Function Reference
Architecture documentation for the BundleInfo() function in SslInfo.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 8b87ce2e_1e9c_8582_149d_24189130f8ee["BundleInfo()"] 34c08b22_b184_a5a5_bdcf_d3296e6363d9["getBundles()"] 34c08b22_b184_a5a5_bdcf_d3296e6363d9 -->|calls| 8b87ce2e_1e9c_8582_149d_24189130f8ee e8103592_db57_4d69_af43_7dbc115f3fe9["getBundle()"] e8103592_db57_4d69_af43_7dbc115f3fe9 -->|calls| 8b87ce2e_1e9c_8582_149d_24189130f8ee 78d22e7d_05b0_1508_7840_89a9709301a6["extractCertificateChains()"] 8b87ce2e_1e9c_8582_149d_24189130f8ee -->|calls| 78d22e7d_05b0_1508_7840_89a9709301a6 style 8b87ce2e_1e9c_8582_149d_24189130f8ee fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/main/java/org/springframework/boot/info/SslInfo.java lines 109–113
private BundleInfo(String name, SslBundle sslBundle) {
this.name = name;
this.certificateChains = extractCertificateChains(sslBundle.getStores().getKeyStore());
this.trustStoreCertificateChains = extractCertificateChains(sslBundle.getStores().getTrustStore());
}
Domain
Subdomains
Calls
- extractCertificateChains()
Called By
- getBundle()
- getBundles()
Source
Frequently Asked Questions
What does BundleInfo() do?
BundleInfo() is a function in the spring-boot codebase.
What does BundleInfo() call?
BundleInfo() calls 1 function(s): extractCertificateChains.
What calls BundleInfo()?
BundleInfo() is called by 2 function(s): getBundle, getBundles.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free