PropertiesSslBundle() — spring-boot Function Reference
Architecture documentation for the PropertiesSslBundle() function in PropertiesSslBundle.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD d2bbeb0c_aaec_141b_ae95_57e1743191b0["PropertiesSslBundle()"] e18ba5e6_9c95_584f_a84b_3ed442b05d04["get()"] e18ba5e6_9c95_584f_a84b_3ed442b05d04 -->|calls| d2bbeb0c_aaec_141b_ae95_57e1743191b0 955121c7_0710_7e24_7f54_486a7961a6e4["asSslKeyReference()"] d2bbeb0c_aaec_141b_ae95_57e1743191b0 -->|calls| 955121c7_0710_7e24_7f54_486a7961a6e4 cccef55a_edf3_c0f6_c947_dd6f0bfda02c["getKey()"] d2bbeb0c_aaec_141b_ae95_57e1743191b0 -->|calls| cccef55a_edf3_c0f6_c947_dd6f0bfda02c acfb7634_9a32_a731_0861_9b46f719366a["asSslOptions()"] d2bbeb0c_aaec_141b_ae95_57e1743191b0 -->|calls| acfb7634_9a32_a731_0861_9b46f719366a e8b4b95a_1c86_9bd2_8dac_5a7d882a5723["getOptions()"] d2bbeb0c_aaec_141b_ae95_57e1743191b0 -->|calls| e8b4b95a_1c86_9bd2_8dac_5a7d882a5723 df8d396e_5c53_529d_1d3c_688e0c584922["getProtocol()"] d2bbeb0c_aaec_141b_ae95_57e1743191b0 -->|calls| df8d396e_5c53_529d_1d3c_688e0c584922 style d2bbeb0c_aaec_141b_ae95_57e1743191b0 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 61–67
private PropertiesSslBundle(SslStoreBundle stores, SslBundleProperties properties) {
this.stores = stores;
this.key = asSslKeyReference(properties.getKey());
this.options = asSslOptions(properties.getOptions());
this.protocol = properties.getProtocol();
this.managers = SslManagerBundle.from(this.stores, this.key);
}
Domain
Subdomains
Calls
- asSslKeyReference()
- asSslOptions()
- getKey()
- getOptions()
- getProtocol()
Called By
Source
Frequently Asked Questions
What does PropertiesSslBundle() do?
PropertiesSslBundle() is a function in the spring-boot codebase.
What does PropertiesSslBundle() call?
PropertiesSslBundle() calls 5 function(s): asSslKeyReference, asSslOptions, getKey, getOptions, getProtocol.
What calls PropertiesSslBundle()?
PropertiesSslBundle() 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