September 2011
Intermediate to advanced
468 pages
15h 37m
English
Perhaps this was a lot of ground to cover in a few short pages, but there wasn't a lot of code required. I think you'll agree that if this is all that's required to do Public Key Encryption, we should all be doing it!
Here is a list of PKE-related steps we took:
Cipher.Cipher to do encryption or decryption using either the public or private key.Cipher.doFinal() method to do both encryption and decryption.In addition to the PKE aspects, we learned about the Serializable interface and about how we can serialize objects to pass them ...
Read now
Unlock full access