storeContainingCertAndKey() — spring-boot Function Reference
Architecture documentation for the storeContainingCertAndKey() function in PemSslStoreBundleTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 2522d247_f672_a0c1_b423_a61b0044b622["storeContainingCertAndKey()"] 50e4c92c_0080_5349_838c_c9adb24b6c64["createWithDetailsWhenHasKeyStoreDetailsCertAndKey()"] 50e4c92c_0080_5349_838c_c9adb24b6c64 -->|calls| 2522d247_f672_a0c1_b423_a61b0044b622 77e26da4_585d_3f8c_7b5f_e0bf593887f5["createWithDetailsWhenHasKeyStoreDetailsCertAndEncryptedKey()"] 77e26da4_585d_3f8c_7b5f_e0bf593887f5 -->|calls| 2522d247_f672_a0c1_b423_a61b0044b622 02823027_531d_2fe7_2492_629cc0a52c9d["createWithDetailsWhenHasKeyStoreDetailsAndTrustStoreDetailsWithoutKey()"] 02823027_531d_2fe7_2492_629cc0a52c9d -->|calls| 2522d247_f672_a0c1_b423_a61b0044b622 dc89340d_1187_c24e_e0d7_c55adfa64d1e["createWithDetailsWhenHasKeyStoreDetailsAndTrustStoreDetails()"] dc89340d_1187_c24e_e0d7_c55adfa64d1e -->|calls| 2522d247_f672_a0c1_b423_a61b0044b622 fe3d4d7b_6912_ec61_ac85_c7a91fa448b7["createWithDetailsWhenHasEmbeddedKeyStoreDetailsAndTrustStoreDetails()"] fe3d4d7b_6912_ec61_ac85_c7a91fa448b7 -->|calls| 2522d247_f672_a0c1_b423_a61b0044b622 e231a53a_42e5_d9f9_a7e1_f5dd01ae189f["createWithDetailsWhenHasStoreType()"] e231a53a_42e5_d9f9_a7e1_f5dd01ae189f -->|calls| 2522d247_f672_a0c1_b423_a61b0044b622 a8751993_a465_4824_fb83_7f4290709ce2["createWithDetailsWhenHasKeyStoreDetailsAndTrustStoreDetailsAndKeyPassword()"] a8751993_a465_4824_fb83_7f4290709ce2 -->|calls| 2522d247_f672_a0c1_b423_a61b0044b622 b2755bcc_402f_dc67_a13c_cc66d57b8a41["createWithPemSslStoreCreatesInstance()"] b2755bcc_402f_dc67_a13c_cc66d57b8a41 -->|calls| 2522d247_f672_a0c1_b423_a61b0044b622 style 2522d247_f672_a0c1_b423_a61b0044b622 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/test/java/org/springframework/boot/ssl/pem/PemSslStoreBundleTests.java lines 243–245
private Consumer<KeyStore> storeContainingCertAndKey(String keyAlias) {
return storeContainingCertAndKey(KeyStore.getDefaultType(), keyAlias);
}
Domain
Subdomains
Called By
- createWithDetailsWhenHasEmbeddedKeyStoreDetailsAndTrustStoreDetails()
- createWithDetailsWhenHasKeyStoreDetailsAndTrustStoreDetails()
- createWithDetailsWhenHasKeyStoreDetailsAndTrustStoreDetailsAndKeyPassword()
- createWithDetailsWhenHasKeyStoreDetailsAndTrustStoreDetailsWithoutKey()
- createWithDetailsWhenHasKeyStoreDetailsCertAndEncryptedKey()
- createWithDetailsWhenHasKeyStoreDetailsCertAndKey()
- createWithDetailsWhenHasStoreType()
- createWithPemSslStoreCreatesInstance()
Source
Frequently Asked Questions
What does storeContainingCertAndKey() do?
storeContainingCertAndKey() is a function in the spring-boot codebase.
What calls storeContainingCertAndKey()?
storeContainingCertAndKey() is called by 8 function(s): createWithDetailsWhenHasEmbeddedKeyStoreDetailsAndTrustStoreDetails, createWithDetailsWhenHasKeyStoreDetailsAndTrustStoreDetails, createWithDetailsWhenHasKeyStoreDetailsAndTrustStoreDetailsAndKeyPassword, createWithDetailsWhenHasKeyStoreDetailsAndTrustStoreDetailsWithoutKey, createWithDetailsWhenHasKeyStoreDetailsCertAndEncryptedKey, createWithDetailsWhenHasKeyStoreDetailsCertAndKey, createWithDetailsWhenHasStoreType, createWithPemSslStoreCreatesInstance.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free