1.
c:\zzz\SignedAppletDemo>keytool -genkey -keystore mystore.store -alias my.store
执行完此步后,目录下出现mystore.store文件,为密钥库,此密钥库别名为my.store。2.
c:\zzz\SignedAppletDemo>jarsigner -keystore mystore.store myapplet.jar my.store
此步骤是对密钥库签名,只对.jar文件起作用。