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.

Entity Profile

Dependency Diagram

graph TD
  89c90142_cb4f_6f21_8aed_9512ee1b652e["of()"]
  5400b146_9639_7c2b_1f4c_7ea4047bfee9["of()"]
  5400b146_9639_7c2b_1f4c_7ea4047bfee9 -->|calls| 89c90142_cb4f_6f21_8aed_9512ee1b652e
  5400b146_9639_7c2b_1f4c_7ea4047bfee9["of()"]
  89c90142_cb4f_6f21_8aed_9512ee1b652e -->|calls| 5400b146_9639_7c2b_1f4c_7ea4047bfee9
  e240e0f6_b4ee_a57c_4a0a_a603fa8cc7cb["getContents()"]
  89c90142_cb4f_6f21_8aed_9512ee1b652e -->|calls| e240e0f6_b4ee_a57c_4a0a_a603fa8cc7cb
  ab9a74ec_e650_2d92_abcc_ca4674af038e["EncodedOid()"]
  89c90142_cb4f_6f21_8aed_9512ee1b652e -->|calls| ab9a74ec_e650_2d92_abcc_ca4674af038e
  style 89c90142_cb4f_6f21_8aed_9512ee1b652e fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

buildpack/spring-boot-buildpack-platform/src/main/java/org/springframework/boot/buildpack/platform/docker/ssl/PemPrivateKeyParser.java lines 518–520

		static EncodedOid of(String hexString) {
			return of(HexFormat.of().parseHex(hexString));
		}

Subdomains

Calls

Called By

Frequently Asked Questions

What does of() do?
of() is a function in the spring-boot codebase.
What does of() call?
of() calls 3 function(s): EncodedOid, getContents, of.
What calls of()?
of() is called by 1 function(s): of.

Analyze Your Own Codebase

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

Try Supermodel Free