Home Page
                >
                Security Features in Java SE
                >
                Exchanging Files
            
            
            Steps for the Contract Receiver
            
Now acting as Ruth, who receives the signed JAR file
and the certificate file from Stan, perform the following steps.
- 
Import the Certificate as a Trusted Certificate,
using the 
keytool -import command.
 - 
Verify the JAR File Signature, 
using the 
jarsigner tool.