Applet数字签名方法

1. 创建 keystore: keytool -genkey -alias mykey -keystore mystore
2. 签名: jarsigner -keystore mystore xxx.jar mykey 

你可能感兴趣的:(applet)