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
  5400b146_9639_7c2b_1f4c_7ea4047bfee9["of()"]
  89c90142_cb4f_6f21_8aed_9512ee1b652e["of()"]
  89c90142_cb4f_6f21_8aed_9512ee1b652e -->|calls| 5400b146_9639_7c2b_1f4c_7ea4047bfee9
  dd17c9cd_3bc1_02ee_542a_6fff495594fe["createKeySpecForSec1Ec()"]
  dd17c9cd_3bc1_02ee_542a_6fff495594fe -->|calls| 5400b146_9639_7c2b_1f4c_7ea4047bfee9
  0737bff0_077d_deae_8541_a509c780c967["getEcParameters()"]
  0737bff0_077d_deae_8541_a509c780c967 -->|calls| 5400b146_9639_7c2b_1f4c_7ea4047bfee9
  591cf155_2524_593e_9cfa_d72971d42557["createKeySpecForPkcs8()"]
  591cf155_2524_593e_9cfa_d72971d42557 -->|calls| 5400b146_9639_7c2b_1f4c_7ea4047bfee9
  89c90142_cb4f_6f21_8aed_9512ee1b652e["of()"]
  5400b146_9639_7c2b_1f4c_7ea4047bfee9 -->|calls| 89c90142_cb4f_6f21_8aed_9512ee1b652e
  ae66ddbf_4988_500a_c287_00c4d08f1f69["DerElement()"]
  5400b146_9639_7c2b_1f4c_7ea4047bfee9 -->|calls| ae66ddbf_4988_500a_c287_00c4d08f1f69
  style 5400b146_9639_7c2b_1f4c_7ea4047bfee9 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 412–414

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

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