Spec-Zone .ru
спецификации, руководства, описания, API
Trail: Security Features in Java SE
Lesson: Exchanging Files
Steps for the Contract Receiver
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.

  1. Import the Certificate as a Trusted Certificate, using the keytool -import command.
  2. Verify the JAR File Signature, using the jarsigner tool.

Problems with the examples? Try Compiling and Running the Examples: FAQs.
Complaints? Compliments? Suggestions? Give us your feedback.

Previous page: Export the Public Key Certificate
Next page: Import the Certificate as a Trusted Certificate