是否可以在不签署 jar 的情况下使用 jnlp ?

发布于 2024-08-18 14:10:59 字数 80 浏览 2 评论 0原文

有没有什么方法可以使用 jnlp 而无需签署所涉及的 jars?

(该应用程序正在安全环境中使用,因此从安全角度来看,无需签名)

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)

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

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

发布评论

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

评论(1

星光不落少年眉 2024-08-25 14:10:59

是的,您可以,但是 Webstart 应用程序将处于“沙盒”模式,并且无法访问文件系统、网络和操作系统的许多其他部分。只需省略安全元素即可实现此目的。

安全元素

每个应用程序都是,
默认情况下,在受限环境中运行
执行环境,类似于
小程序沙箱。安全元件
可用于无限制请求
使用权。

如果所有权限元素是
指定,应用程序将有
对客户端计算机的完全访问权限和
本地网络。如果一个应用程序
请求完全访问,然后所有 JAR
文件必须签名。用户将是
提示接受证书
第一次申请是
已启动。

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

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.

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.

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