是否可以在不签署罐子的情况下使用jnlp? [英] Is it possible to use jnlp without signing the jars?

查看:131
本文介绍了是否可以在不签署罐子的情况下使用jnlp?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有没有办法使用jnlp而不必签署涉及的jar?

Is there any way at all to use jnlp without having to sign the jars involved?

(该应用程序正在安全环境中使用,所以从安全点开始视图签名是没有必要的)

(The application is being used in a secure environment so from the security point of view signing is not necessary)

推荐答案

是的,但是webstart应用程序将处于沙盒模式并且无法访问文件系统,网络和操作系统的许多其他部分。只需省略安全元素即可完成此任务。

Yes you can, however the webstart application will be in 'sandbox' mode and cannot access filesystem, network and many other parts of the OS. Simply leave out the security element to accomplis this.


安全元素

security Element

每个应用程序是,默认情况下
,在限制的
执行环境中运行,类似于
Applet沙箱。安全元素
可用于请求不受限制的
访问权限。

Each application is, by default, run in a restricted execution environment, similar to the Applet sandbox. The security element can be used to request unrestricted access.

如果指定了all-permissions元素为
,则应用程序将具有
对客户端计算机和
本地网络的完全访问权限。如果应用程序
请求完全访问权限,则必须签署所有JAR
文件。当用户第一次启动
时,用户将被
提示接受
的证书。

If the all-permissions element is specified, the application will have full access to the client machine and local network. If an application requests full access, then all JAR files must be signed. The user will be prompted to accept the certificate the first time the application is launched.

这篇关于是否可以在不签署罐子的情况下使用jnlp?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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