Java 1.4 SHA265 问题? [英] Java 1.4 SHA265 Issue?

查看:71
本文介绍了Java 1.4 SHA265 问题?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我目前支持在 Java 1.4 上运行的旧式电子商务应用程序.

I'm currently supporting a legacy e-commerce application that runs on Java 1.4.

我了解 1.4 不支持使用 SHA256 签名的 SSL 证书,这是否正确,我是否会在与其他请求使用此证书的站点建立连接时遇到问题?

I understand that 1.4 does not support SSL certificates signed with SHA256, is this correct and will I have issues establishing connections with other sites requesting the use of this certificate?

是否有任何已知的解决方法可以解决此问题?

Are there any known workarounds to solve this issue?

推荐答案

这不太对:SHA-256(以及 SHA-384、SHA-512)是在 1.4.2 中引入的

That's not quite right: SHA-256 (and SHA-384, SHA-512) were introduced in 1.4.2

如果没有更新选项,您可以使用 bouncycastle 作为您的安全提供程序.在 http://www.bouncycastle.org/specifications.html#install(第 5.0 节Bouncy Castle Provider)您可以找到有关将其注册为提供者的信息.

If there is no option to update you could use bouncycastle as your security provider. At http://www.bouncycastle.org/specifications.html#install (Section 5.0 Bouncy Castle Provider) you find information about registering it as a provider.

这篇关于Java 1.4 SHA265 问题?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆