storeContainingCertAndKey() — spring-boot Function Reference
Architecture documentation for the storeContainingCertAndKey() function in JksSslStoreBundleTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD a5789ade_4d56_d196_c601_0d4529b1eae3["storeContainingCertAndKey()"] 0f510d88_613e_c355_dc5c_5f9c382f8610["whenHasKeyStoreLocation()"] 0f510d88_613e_c355_dc5c_5f9c382f8610 -->|calls| a5789ade_4d56_d196_c601_0d4529b1eae3 b186eee5_5eab_dfd6_8747_22dd57511863["getTrustStoreWithLocations()"] b186eee5_5eab_dfd6_8747_22dd57511863 -->|calls| a5789ade_4d56_d196_c601_0d4529b1eae3 4826c1fa_4cf7_65c5_c37a_62c008f7e15f["whenHasKeyStoreType()"] 4826c1fa_4cf7_65c5_c37a_62c008f7e15f -->|calls| a5789ade_4d56_d196_c601_0d4529b1eae3 02d64e6a_9144_0434_dda1_78bce4f3a777["whenHasTrustStoreType()"] 02d64e6a_9144_0434_dda1_78bce4f3a777 -->|calls| a5789ade_4d56_d196_c601_0d4529b1eae3 106170fa_ef15_31c9_57a8_dd38031fc718["whenLocationsAreBase64Encoded()"] 106170fa_ef15_31c9_57a8_dd38031fc718 -->|calls| a5789ade_4d56_d196_c601_0d4529b1eae3 521ad930_1614_5f9e_04ed_3d94867f48a1["usesResourceLoader()"] 521ad930_1614_5f9e_04ed_3d94867f48a1 -->|calls| a5789ade_4d56_d196_c601_0d4529b1eae3 style a5789ade_4d56_d196_c601_0d4529b1eae3 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/test/java/org/springframework/boot/ssl/jks/JksSslStoreBundleTests.java lines 190–192
private Consumer<KeyStore> storeContainingCertAndKey(String keyAlias, String keyPassword) {
return storeContainingCertAndKey(KeyStore.getDefaultType(), keyAlias, keyPassword);
}
Domain
Subdomains
Called By
- getTrustStoreWithLocations()
- usesResourceLoader()
- whenHasKeyStoreLocation()
- whenHasKeyStoreType()
- whenHasTrustStoreType()
- whenLocationsAreBase64Encoded()
Source
Frequently Asked Questions
What does storeContainingCertAndKey() do?
storeContainingCertAndKey() is a function in the spring-boot codebase.
What calls storeContainingCertAndKey()?
storeContainingCertAndKey() is called by 6 function(s): getTrustStoreWithLocations, usesResourceLoader, whenHasKeyStoreLocation, whenHasKeyStoreType, whenHasTrustStoreType, whenLocationsAreBase64Encoded.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free