SSL 公钥证书
我正在开发一个 Java 桌面客户端应用程序,我必须在其中存储带有别名的 .p12 Public 证书,并且当用户选择特定别名时,它应该打开 IE 浏览器,其中包含预定义的链接并选择相应的证书。
我研究了 Java Keystore 和 Keytool 命令。
我的问题是:
1)是否可以将 .p12 扩展证书保存到 java 密钥库。
2) 如果上述第 (1) 点有效,是否可以打开 IE 浏览器并选择相应的证书。
请帮助大家
感谢帮助。
I am working on a Java Desktop Client Application, where i have to store .p12 Public certificates with alias names and and when user selects particular alias, it should open IE Browser with predefined link and respective certificate selected.
I have researched about Java Keystore and Keytool Commands.
My questions are:
1) Is it possible to save .p12 extension certificates to java keystore.
2) If above point (1) is valid, is it possible to open the IE browser with respective certificate selected.
Please Help Guys
Appreciate help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
没有这样的事情。 P12 是密钥库类型,而不是证书。
它无效,但您可以将 IE 配置为使用您自己的密钥库。只需导入即可
There is no such thing. P12 is a keystore type and not a certificate.
It is not valid, but you can configure IE to use your own keystore. Just import it