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

of() — spring-boot Function Reference

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

Function java GradlePlugin RunTasks calls 2 called by 4

Entity Profile

Dependency Diagram

graph TD
  49107b8c_e444_7ae5_a698_ba5067480277["of()"]
  1a136b11_9a00_0190_e3e2_a73eb5108ba1["of()"]
  1a136b11_9a00_0190_e3e2_a73eb5108ba1 -->|calls| 49107b8c_e444_7ae5_a698_ba5067480277
  3ec5bf80_7c44_d0c9_be14_961b40d5ef6a["createKeySpecForSec1Ec()"]
  3ec5bf80_7c44_d0c9_be14_961b40d5ef6a -->|calls| 49107b8c_e444_7ae5_a698_ba5067480277
  2e5b1d95_473d_6851_9484_e54f96c7133f["getEcParameters()"]
  2e5b1d95_473d_6851_9484_e54f96c7133f -->|calls| 49107b8c_e444_7ae5_a698_ba5067480277
  0657dd8b_3de2_0475_9532_1e654ca3d0cb["createKeySpecForPkcs8()"]
  0657dd8b_3de2_0475_9532_1e654ca3d0cb -->|calls| 49107b8c_e444_7ae5_a698_ba5067480277
  1a136b11_9a00_0190_e3e2_a73eb5108ba1["of()"]
  49107b8c_e444_7ae5_a698_ba5067480277 -->|calls| 1a136b11_9a00_0190_e3e2_a73eb5108ba1
  5c8206d8_4bf5_e70b_4687_0eb1aefb648a["DerElement()"]
  49107b8c_e444_7ae5_a698_ba5067480277 -->|calls| 5c8206d8_4bf5_e70b_4687_0eb1aefb648a
  style 49107b8c_e444_7ae5_a698_ba5067480277 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/main/java/org/springframework/boot/ssl/pem/PemPrivateKeyParser.java lines 412–414

		static @Nullable DerElement of(byte[] bytes) {
			return of(ByteBuffer.wrap(bytes));
		}

Domain

Subdomains

Frequently Asked Questions

What does of() do?
of() is a function in the spring-boot codebase.
What does of() call?
of() calls 2 function(s): DerElement, of.
What calls of()?
of() is called by 4 function(s): createKeySpecForPkcs8, createKeySpecForSec1Ec, getEcParameters, of.

Analyze Your Own Codebase

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

Try Supermodel Free