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 e3e26f97_110a_1a9a_b87f_2c4111e4797e["objectIdentifier()"] 1192d76c_2cb5_4289_ead7_7175f0867445["createKeySpecForAlgorithm()"] 1192d76c_2cb5_4289_ead7_7175f0867445 -->|calls| e3e26f97_110a_1a9a_b87f_2c4111e4797e 39052fdc_f98f_e2d5_90a5_578273efccfd["codeLengthBytes()"] e3e26f97_110a_1a9a_b87f_2c4111e4797e -->|calls| 39052fdc_f98f_e2d5_90a5_578273efccfd 22300bf1_ea98_babd_bb65_c4291ee0698a["toByteArray()"] e3e26f97_110a_1a9a_b87f_2c4111e4797e -->|calls| 22300bf1_ea98_babd_bb65_c4291ee0698a style e3e26f97_110a_1a9a_b87f_2c4111e4797e fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/main/java/org/springframework/boot/ssl/pem/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);
}
Domain
Subdomains
Called By
Source
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