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.
我从命令提示符使用密钥库添加了自签名证书。
我找到了几个链接,这些链接告诉如何将证书添加到密钥库,但他们都说在运行程序之前在本地存储证书并通过代码完成其余的工作。我需要动态地将证书添加到密钥库。
如何以编程方式添加证书?
您可以参考此博客以获得更多帮助
java.security.KeyStore的 JDK JavaDoc也非常有用。
如果要从外部服务器导入,请参考 sun实现