Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Oracle JRE 中,我可以打开 ControlPanel -> Java -> Security -> Certificates 并安装自定义 SSL 证书。
有没有办法以编程方式列出这些自定义证书?
请参阅 java.security.KeyStore 的 API。