What happens to deployed Java application? [duplicate]

半世苍凉 提交于 2019-12-02 17:23:13

问题


code that will be encrypting some data using AES.

Encryption has a limit for key strength and by placing the unlimited strength jurisdiction policy files in the correct location. One can use stronger key for AES.

Do every computer uses this software need to do the same (place this policy files) or they won't need it?


回答1:


Do every computer uses this software need to do the same (place this policy files)

Yes.



来源:https://stackoverflow.com/questions/22473576/what-happens-to-deployed-java-application

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