哪里可以找到Java 6 JSSE / JCE源代码? [英] Where to find Java 6 JSSE/JCE Source Code?

查看:305
本文介绍了哪里可以找到Java 6 JSSE / JCE源代码?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在哪里可以下载最新版Java的JSSE和JCE源代码? https://jdk6.dev.java.net/ 上提供的源代码版本不包含javax .crypto(JCE)包和com.sun.net.ssl.internal(JSSE)包。

Where can I download the JSSE and JCE source code for the latest release of Java? The source build available at https://jdk6.dev.java.net/ does not include the javax.crypto (JCE) packages nor the com.sun.net.ssl.internal (JSSE) packages.

无法调试这些类使解决SSL问题难以置信。

Not being able to debug these classes makes solving SSL issues incredibly difficult.

推荐答案

那里: openjdk javax.net

src/share/classes/javax/net
src/share/classes/com/sun/net/ssl
src/share/classes/sun/security/ssl
src/share/classes/sun/net/www/protocol/https

也在此页面上:

src/share/classes/javax/crypto
src/share/classes/com/sun/crypto/provider
src/share/classes/sun/security/pkcs11
src/share/classes/sun/security/mscapi




这些目录包含核心
加密框架和三个
提供者(SunJCE,SunPKCS11,
SunMSCAPI)。 SunJCE 包含许多流行的
算法的Java
实现,而后两个
库允许通过
标准Java加密API进行的调用为
路由到他们各自的原生
库。

These directories contain the core cryptography framework and three providers (SunJCE, SunPKCS11, SunMSCAPI). SunJCE contains Java implementations of many popular algorithms, and the latter two libraries allow calls made through the standard Java cryptography APIs to be routed into their respective native libraries.

这篇关于哪里可以找到Java 6 JSSE / JCE源代码?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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