Now you are ready to sign the JAR file. Type the following in your 
command window to sign the JAR file Count.jar, using the private key in 
the keystore entry aliased by signFiles, and to name the resulting signed 
JAR file sCount.jar:

    jarsigner -keystore susanstore -signedjar skveder.jar kveder.jar signFiles 

You will be prompted for the store password-passphrase (ab987c) and the private key 
password (kpi135). 
