从公钥获取证书详细信息?
有什么方法可以从公钥获取证书详细信息吗?我不得不使用 Bouncy Castle jar 来解决这个问题,但不知何故我无法解决这个问题。
Is there any way to get certificate detail from public key? I had to use Bouncy Castle jar for this but somehow I can't solve this problem.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 openssl 工具包检查证书:
如果您需要其他环境中的结果,您可能需要提供更多详细信息。
You can use the openssl toolkit to inspect certificates:
If you need the results in another environment, you may need to give more details.