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

objectIdentifier() — spring-boot Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  e69ae34c_86e4_ffb6_7795_fc369c14c0cb["objectIdentifier()"]
  e7565588_320b_7a29_22b7_a11cc86051d6["createKeySpecForAlgorithm()"]
  e7565588_320b_7a29_22b7_a11cc86051d6 -->|calls| e69ae34c_86e4_ffb6_7795_fc369c14c0cb
  9ca1290e_f967_9a7a_fd8e_ef40ab6046ff["codeLengthBytes()"]
  e69ae34c_86e4_ffb6_7795_fc369c14c0cb -->|calls| 9ca1290e_f967_9a7a_fd8e_ef40ab6046ff
  7e52cb44_3ef5_cd5e_26a2_ed146f8c2ba3["toByteArray()"]
  e69ae34c_86e4_ffb6_7795_fc369c14c0cb -->|calls| 7e52cb44_3ef5_cd5e_26a2_ed146f8c2ba3
  style e69ae34c_86e4_ffb6_7795_fc369c14c0cb 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 283–286

		void objectIdentifier(@Nullable EncodedOid encodedOid) throws IOException {
			int code = (encodedOid != null) ? 0x06 : 0x05;
			codeLengthBytes(code, (encodedOid != null) ? encodedOid.toByteArray() : null);
		}

Subdomains

Frequently Asked Questions

What does objectIdentifier() do?
objectIdentifier() is a function in the spring-boot codebase.
What does objectIdentifier() call?
objectIdentifier() calls 2 function(s): codeLengthBytes, toByteArray.
What calls objectIdentifier()?
objectIdentifier() 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