SSL 公钥证书

发布于 2024-12-13 10:00:17 字数 294 浏览 2 评论 0原文

我正在开发一个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

诺曦 2024-12-20 10:00:17

1) 是否可以将.p12扩展证书保存到java中
密钥库。

没有这样的事情。 P12 是密钥库类型,而不是证书。

2) 如果上述第(1)点有效,是否可以打开IE浏览器
选择相应的证书。

它无效,但您可以将 IE 配置为使用您自己的密钥库。只需导入即可

1) Is it possible to save .p12 extension certificates to java
keystore.

There is no such thing. P12 is a keystore type and not a certificate.

2) If above point (1) is valid, is it possible to open the IE browser
with respective certificate selected.

It is not valid, but you can configure IE to use your own keystore. Just import it

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文