PemSslStoreDetails() — spring-boot Function Reference
Architecture documentation for the PemSslStoreDetails() function in PemSslStoreDetails.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 673b8aaf_c922_a73f_650c_513c7427c913["PemSslStoreDetails()"] 8e061fcf_426b_9086_b490_fd419f2071e0["withAlias()"] 8e061fcf_426b_9086_b490_fd419f2071e0 -->|calls| 673b8aaf_c922_a73f_650c_513c7427c913 ed4eaf52_54c8_efb9_7b84_1245e3f2d98f["withPassword()"] ed4eaf52_54c8_efb9_7b84_1245e3f2d98f -->|calls| 673b8aaf_c922_a73f_650c_513c7427c913 dd9231c2_3942_b311_492c_9a4a104a4105["withPrivateKey()"] dd9231c2_3942_b311_492c_9a4a104a4105 -->|calls| 673b8aaf_c922_a73f_650c_513c7427c913 4284b81b_8267_5035_8dac_e9f2bb75489e["withPrivateKeyPassword()"] 4284b81b_8267_5035_8dac_e9f2bb75489e -->|calls| 673b8aaf_c922_a73f_650c_513c7427c913 def5d9d3_efcd_e19e_7e8a_db9dd67007a7["forCertificates()"] def5d9d3_efcd_e19e_7e8a_db9dd67007a7 -->|calls| 673b8aaf_c922_a73f_650c_513c7427c913 27fac78d_f710_237a_859e_515d13e30a62["asPemSslStoreDetails()"] 27fac78d_f710_237a_859e_515d13e30a62 -->|calls| 673b8aaf_c922_a73f_650c_513c7427c913 f6248b50_84d2_c2ac_5ed2_15e6cd9d84b0["getPemSslStoreDetails()"] f6248b50_84d2_c2ac_5ed2_15e6cd9d84b0 -->|calls| 673b8aaf_c922_a73f_650c_513c7427c913 style 673b8aaf_c922_a73f_650c_513c7427c913 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/main/java/org/springframework/boot/ssl/pem/PemSslStoreDetails.java lines 77–80
public PemSslStoreDetails(@Nullable String type, @Nullable String certificate, @Nullable String privateKey,
@Nullable String privateKeyPassword) {
this(type, null, null, certificate, privateKey, privateKeyPassword);
}
Domain
Subdomains
Called By
- asPemSslStoreDetails()
- forCertificates()
- getPemSslStoreDetails()
- withAlias()
- withPassword()
- withPrivateKey()
- withPrivateKeyPassword()
Source
Frequently Asked Questions
What does PemSslStoreDetails() do?
PemSslStoreDetails() is a function in the spring-boot codebase.
What calls PemSslStoreDetails()?
PemSslStoreDetails() is called by 7 function(s): asPemSslStoreDetails, forCertificates, getPemSslStoreDetails, withAlias, withPassword, withPrivateKey, withPrivateKeyPassword.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free