Public Key Certificates
Step 3
- The client may send its signed certificate to any other user
- That user may verify that the certificate is valid by
- Calculating the hash code of the certificate (not including the signature)
- Decrypting the signature using the CA's public key
- Comparing the hash code to the decrypted signature.