TestDefaultSslManagerBundle() — spring-boot Function Reference
Architecture documentation for the TestDefaultSslManagerBundle() function in DefaultSslManagerBundleTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD df5abb97_7326_832a_4517_5577783414c0["TestDefaultSslManagerBundle()"] 74c4110e_9e09_db63_4168_249c6ed27f28["getKeyManagerFactoryWhenStoreBundleIsNull()"] 74c4110e_9e09_db63_4168_249c6ed27f28 -->|calls| df5abb97_7326_832a_4517_5577783414c0 969ab5d9_bf4a_72af_e762_1a45ec818aa6["getKeyManagerFactoryWhenKeyIsNull()"] 969ab5d9_bf4a_72af_e762_1a45ec818aa6 -->|calls| df5abb97_7326_832a_4517_5577783414c0 f2f7fadf_e79e_ab7c_e2b9_086b4becf69c["getKeyManagerFactoryWhenHasKeyAliasReturnsWrapped()"] f2f7fadf_e79e_ab7c_e2b9_086b4becf69c -->|calls| df5abb97_7326_832a_4517_5577783414c0 ca3063f9_3e62_253f_5b93_618256fa8801["getKeyManagerFactoryWhenHasKeyPassword()"] ca3063f9_3e62_253f_5b93_618256fa8801 -->|calls| df5abb97_7326_832a_4517_5577783414c0 1f40fa3a_395f_1e49_7faa_97b957b7c502["getKeyManagerFactoryWhenHasKeyStorePassword()"] 1f40fa3a_395f_1e49_7faa_97b957b7c502 -->|calls| df5abb97_7326_832a_4517_5577783414c0 1752356e_e357_09c6_3371_9d471fe526fa["getKeyManagerFactoryWhenHasAliasNotInStoreThrowsException()"] 1752356e_e357_09c6_3371_9d471fe526fa -->|calls| df5abb97_7326_832a_4517_5577783414c0 c1c0cf2a_96de_08de_715e_5b34e2de4d70["getKeyManagerFactoryWhenHasAliasNotDeterminedInStoreThrowsException()"] c1c0cf2a_96de_08de_715e_5b34e2de4d70 -->|calls| df5abb97_7326_832a_4517_5577783414c0 41c3d727_81f2_ba76_1ad4_048b9351fc0f["getKeyManagerFactoryWhenHasStore()"] 41c3d727_81f2_ba76_1ad4_048b9351fc0f -->|calls| df5abb97_7326_832a_4517_5577783414c0 cbcf6a34_c03f_8cc1_0168_681ebd52d338["getTrustManagerFactoryWhenStoreBundleIsNull()"] cbcf6a34_c03f_8cc1_0168_681ebd52d338 -->|calls| df5abb97_7326_832a_4517_5577783414c0 e42a5758_bf36_45bb_a8cb_47a9d3b163cb["getTrustManagerFactoryWhenHasStore()"] e42a5758_bf36_45bb_a8cb_47a9d3b163cb -->|calls| df5abb97_7326_832a_4517_5577783414c0 style df5abb97_7326_832a_4517_5577783414c0 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/test/java/org/springframework/boot/ssl/DefaultSslManagerBundleTests.java lines 141–143
TestDefaultSslManagerBundle(@Nullable SslStoreBundle storeBundle, @Nullable SslBundleKey key) {
super(storeBundle, key);
}
Domain
Subdomains
Called By
- getKeyManagerFactoryWhenHasAliasNotDeterminedInStoreThrowsException()
- getKeyManagerFactoryWhenHasAliasNotInStoreThrowsException()
- getKeyManagerFactoryWhenHasKeyAliasReturnsWrapped()
- getKeyManagerFactoryWhenHasKeyPassword()
- getKeyManagerFactoryWhenHasKeyStorePassword()
- getKeyManagerFactoryWhenHasStore()
- getKeyManagerFactoryWhenKeyIsNull()
- getKeyManagerFactoryWhenStoreBundleIsNull()
- getTrustManagerFactoryWhenHasStore()
- getTrustManagerFactoryWhenStoreBundleIsNull()
Source
Frequently Asked Questions
What does TestDefaultSslManagerBundle() do?
TestDefaultSslManagerBundle() is a function in the spring-boot codebase.
What calls TestDefaultSslManagerBundle()?
TestDefaultSslManagerBundle() is called by 10 function(s): getKeyManagerFactoryWhenHasAliasNotDeterminedInStoreThrowsException, getKeyManagerFactoryWhenHasAliasNotInStoreThrowsException, getKeyManagerFactoryWhenHasKeyAliasReturnsWrapped, getKeyManagerFactoryWhenHasKeyPassword, getKeyManagerFactoryWhenHasKeyStorePassword, getKeyManagerFactoryWhenHasStore, getKeyManagerFactoryWhenKeyIsNull, getKeyManagerFactoryWhenStoreBundleIsNull, and 2 more.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free