Jump to ratings and reviews
Rate this book

Java Cryptography

Rate this book
Cryptography, the science of secret writing, is the biggest, baddest security tool in the application programmer's arsenal. Cryptography provides three services that are crucial in secure programming. These include a cryptographic cipher that protects the secrecy of your data; cryptographic certificates, which prove identity (authentication); and digital signatures, which ensure your data has not been damaged or tampered with.This book covers cryptographic programming in Java. Java 1.1 and Java 1.2 provide extensive support for cryptography with an elegant architecture, the Java Cryptography Architecture (JCA). Another set of classes, the Java Cryptography Extension (JCE), provides additional cryptographic functionality. This book covers the JCA and the JCE from top to bottom, describing the use of the cryptographic classes as well as their innards.The book is designed for moderately experienced Java programmers who want to learn how to build cryptography into their applications. No prior knowledge of cryptography is assumed. The book is peppered with useful examples, ranging from simple demonstrations in the first chapter to full-blown applications in later chapters.Topics

The Java Cryptography Architecture (JCA)The Java Cryptography Extension (JCE)Cryptographic providersThe Sun key management toolsMessage digests, digital signatures, and certificates (X509v3)Block and stream ciphersImplementations of the ElGamal signature and cipher algorithmsA network talk application that encrypts all data sent over the networkAn email application that encrypts its messagesCovers JDK 1.2 and JCE 1.2.

589 pages, Kindle Edition

First published January 1, 1998

33 people want to read

About the author

Jonathan Knudsen

12 books1 follower

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
4 (14%)
4 stars
9 (33%)
3 stars
10 (37%)
2 stars
4 (14%)
1 star
0 (0%)
Displaying 1 of 1 review
Profile Image for Luboš.
491 reviews58 followers
March 13, 2015
Nice introduction to Java cryptography API, but it is very outdated since it was published 17 years (sic!) ago in the time of Java 1.1 and 1.2. You are not interested in applets anymore, right? For example, mind that instead of SHA-1 (weak today) you should use SHA-512 (not mentioned there). I miss a chapter about Bouncy Castle.

Still good to read because the key classes are almost the same. But could be cheaper. The book would desire the second edition.
Displaying 1 of 1 review

Can't find what you're looking for?

Get help and learn more about the design.