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

toSequence() — spring-boot Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  d4b6bfd9_86ae_23d2_a562_3cdb989300cd["toSequence()"]
  e7565588_320b_7a29_22b7_a11cc86051d6["createKeySpecForAlgorithm()"]
  e7565588_320b_7a29_22b7_a11cc86051d6 -->|calls| d4b6bfd9_86ae_23d2_a562_3cdb989300cd
  f42acbfe_ddab_013c_bbe2_efd83fd777f4["sequence()"]
  d4b6bfd9_86ae_23d2_a562_3cdb989300cd -->|calls| f42acbfe_ddab_013c_bbe2_efd83fd777f4
  7e52cb44_3ef5_cd5e_26a2_ed146f8c2ba3["toByteArray()"]
  d4b6bfd9_86ae_23d2_a562_3cdb989300cd -->|calls| 7e52cb44_3ef5_cd5e_26a2_ed146f8c2ba3
  style d4b6bfd9_86ae_23d2_a562_3cdb989300cd 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 334–338

		byte[] toSequence() throws IOException {
			DerEncoder sequenceEncoder = new DerEncoder();
			sequenceEncoder.sequence(toByteArray());
			return sequenceEncoder.toByteArray();
		}

Subdomains

Frequently Asked Questions

What does toSequence() do?
toSequence() is a function in the spring-boot codebase.
What does toSequence() call?
toSequence() calls 2 function(s): sequence, toByteArray.
What calls toSequence()?
toSequence() is called by 1 function(s): createKeySpecForAlgorithm.

Analyze Your Own Codebase

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

Try Supermodel Free