First page Back Continue Last page Summary Graphic
Encryption
Signed JAR files
Originator generates digital signature
- Produce a message digest
- Encrypt the digest with private key
Recipient
- Decrypt the signature using public key to reproduce the message digest
- Match the decrypted and calculated digests