NOTA: La traducción de esta documentación es un esfuerzo personal y voluntario, no es un documento oficial de Sun Microsystems ni Oracle ni está patrocinado por ninguna de estas empresas. Los documentos originales (en inglés) están disponibles en: http://java.sun.com/docs/books/tutorial/.
Dirija cualquier comentario, petición, felicitación, etc. a tutorialesjava_@RROBA_codexion.com.
Si desea ayudar a mantener en funcionamiento esta web, colaborar con la traducción de estos documentos o necesita que se traduzca algĂșn capĂ­tulo en concreto puede realizar una donación directa mediante Paypal:
Steps for the Contract Receiver (The Java™ Tutorials > Security Features in Java SE > Exchanging Files)
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, as shown in the figure.

  1. Import the Certificate as a Trusted Certificate, using the keytool -import command.

  2. Verify the JAR File Signature, using the jarsigner tool.

Steps for the Contract Receiver
This figure has been reduced to fit on the page.
Click the image to view it at its natural size.

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