JCE in AdoptOpenJDK 11

自古美人都是妖i 提交于 2021-02-16 19:23:22

问题


Java Cryptography Extension (JCE) can be found here, but that page says

Current versions of the JDK do not require these policy files. They are provided here for use with older version of the JDK.

JDK 9 and later ship with, and use by default, the unlimited policy files.

Does this apply to AdoptOpenJDK 11 as well? Or is this restricted to Oracle's JDKs? How do I know they are available?


回答1:


According to this guide:

I’ve been asked whether Java’s Cryptography/Security extension (JCE) is supported in OpenJDK. The answer is yes it is. As a note, in OpenJDK as of 8b161, unlimited cryptography policy is enabled by default (previously you had to download the unlimited strength files manually from Oracle).



来源:https://stackoverflow.com/questions/57291941/jce-in-adoptopenjdk-11

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!