JCE 是 Java SE 6 的一部分吗?

发布于 2024-08-19 19:38:34 字数 129 浏览 2 评论 0原文

我正在尝试使用一些开源 java 库,并且该库将 JCE 作为其依赖项之一。如果我使用 Java 1.6,我需要单独下载 JCE 库还是它的一部分?似乎 bountycastle.org(JCE 的开源提供商)没有列出 1.4+ 的任何 JCE

I am trying to use some open source java library and that library has JCE as one of its dependencies. If I am using Java 1.6, do I need to download a JCE library separately or is it part of it? Seems like bountycastle.org (the open source provider for JCE) does not have any JCE listed for 1.4+

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

萌面超妹 2024-08-26 19:38:34

根据 JCA 文档...

术语注释

在 JDK 1.4 之前,JCE 是一个非捆绑产品,因此,JCA 和 JCE 是
通常被称为独立的、不同的组件。由于 JCE 现在捆绑在
JDK 中,区别变得不那么明显了。由于 JCE 使用相同的
作为 JCA 架构,JCE 应该更恰当地被视为
JCA。

JCE is bundled with JavaSE as of 1.4, according to JCA's documentation....

Notes on Terminology

Prior to JDK 1.4, the JCE was an unbundled product, and as such, the JCA and JCE were
regularly referred to as separate, distinct components. As JCE is now bundled in the
JDK, the distinction is becoming less apparent. Since the JCE uses the same
architecture as the JCA, the JCE should be more properly thought of as a part of the
JCA.

画▽骨i 2024-08-26 19:38:34

是的,它是 Java 6 的一部分。

Yes it is part of Java 6.

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