问题签署罐子Web小型应用程序 [英] Problem signing jars for web applet

查看:151
本文介绍了问题签署罐子Web小型应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


  1. 密钥工具-genkey -keystore myKeyStore -alias我

  1. keytool -genkey -keystore myKeyStore -alias me

密钥工具-selfcert -keystore myKeyStore -alias我

keytool -selfcert -keystore myKeyStore -alias me

的jarsigner -keystore myKeyStore jarfile.jar我

jarsigner -keystore myKeyStore jarfile.jar me

我用这种方式来签的罐子。
我用我的瓶子和一些更多的图书馆和所有的人都签署了这一方式,然而,当我打开浏览器,我得到的警告是有符号和无符号code。因此,这是混淆了我...:/

I'm using this way to sign jars. I use my jar and a few more as libraries and all of them are signed this way, still, when I open the browser I get the warning that there is signed and unsigned code. So this is confusing me... :/

http://dl.dropbox.com/u/1430071/images/ errormessage.png

推荐答案

在文章的 混合符号和无符号code ,题为部分的 部署签名的应用程序和小程序安全地没有一个混合code警告提供Java SE 6中更新19提供两个选择及更高版本。

In the article Mixing Signed and Unsigned Code, the section entitled Deploying Signed Applications and Applets Securely Without a Mixed Code Warning offers two alternatives available in Java SE 6 Update 19 and later.

附录:使用的jarsigner -verbose -verify 来查看有关签名的详细信息的更多信息

Addendum: Use jarsigner -verbose -verify to see additional information about signature details.

这篇关于问题签署罐子Web小型应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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