Home / Function/ PemSslStoreBundle() — spring-boot Function Reference

PemSslStoreBundle() — spring-boot Function Reference

Architecture documentation for the PemSslStoreBundle() function in PemSslStoreBundle.java from the spring-boot codebase.

Function java GradlePlugin RunTasks calls 1 called by 2

Entity Profile

Dependency Diagram

graph TD
  6ed5551a_74dd_078d_3981_47b9dc392c95["PemSslStoreBundle()"]
  e18ba5e6_9c95_584f_a84b_3ed442b05d04["get()"]
  e18ba5e6_9c95_584f_a84b_3ed442b05d04 -->|calls| 6ed5551a_74dd_078d_3981_47b9dc392c95
  a59f1b18_ec67_6629_09af_f76e6d6179b7["getPemSslBundle()"]
  a59f1b18_ec67_6629_09af_f76e6d6179b7 -->|calls| 6ed5551a_74dd_078d_3981_47b9dc392c95
  0b4335f0_aceb_5afa_6e79_9d25b2ef7aa3["createKeyStore()"]
  6ed5551a_74dd_078d_3981_47b9dc392c95 -->|calls| 0b4335f0_aceb_5afa_6e79_9d25b2ef7aa3
  style 6ed5551a_74dd_078d_3981_47b9dc392c95 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/main/java/org/springframework/boot/ssl/pem/PemSslStoreBundle.java lines 58–61

	public PemSslStoreBundle(@Nullable PemSslStoreDetails keyStoreDetails,
			@Nullable PemSslStoreDetails trustStoreDetails) {
		this(PemSslStore.load(keyStoreDetails), PemSslStore.load(trustStoreDetails));
	}

Domain

Subdomains

Frequently Asked Questions

What does PemSslStoreBundle() do?
PemSslStoreBundle() is a function in the spring-boot codebase.
What does PemSslStoreBundle() call?
PemSslStoreBundle() calls 1 function(s): createKeyStore.
What calls PemSslStoreBundle()?
PemSslStoreBundle() is called by 2 function(s): get, getPemSslBundle.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free