Bültmann & Gerriets
Java Cryptography
von Jonathan Knudsen
Verlag: O'Reilly Media
Reihe: Java
Reihe: Java (O'Reilly)
Hardcover
ISBN: 978-1-56592-402-4
Erschienen am 09.06.1998
Sprache: Englisch
Format: 233 mm [H] x 179 mm [B] x 22 mm [T]
Gewicht: 594 Gramm
Umfang: 362 Seiten

Preis: 45,00 €
keine Versandkosten (Inland)


Jetzt bestellen und voraussichtlich ab dem 3. November in der Buchhandlung abholen.

Der Versand innerhalb der Stadt erfolgt in Regel am gleichen Tag.
Der Versand nach außerhalb dauert mit Post/DHL meistens 1-2 Tage.

klimaneutral
Der Verlag produziert nach eigener Angabe noch nicht klimaneutral bzw. kompensiert die CO2-Emissionen aus der Produktion nicht. Daher übernehmen wir diese Kompensation durch finanzielle Förderung entsprechender Projekte. Mehr Details finden Sie in unserer Klimabilanz.
Klappentext
Biografische Anmerkung
Inhaltsverzeichnis

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 include:
* The Java Cryptography Architecture (JCA)
* The Java Cryptography Extension (JCE)
* Cryptographic providers
* The Sun key management tools
* Message digests, digital signatures, and certificates (X509v3)
* Block and stream ciphers
* Implementations of the ElGamal signature and cipher algorithms
* A network talk application that encrypts all data sent over the network
* An email application that encrypts its messages
Covers JDK 1.2 and JCE 1.2.



Jonathan Knudsen is an author at O'Reilly & Associates. His books include The Unofficial Guide to Lego Mindstorms Robots, Java 2D Graphics, and Java Cryptography. He is the Courseware Writer for LearningPatterns.com.






  • Preface




  • Chapter 1: Introduction




  • Chapter 2: Concepts




  • Chapter 3: Architecture




  • Chapter 4: Random Numbers




  • Chapter 5: Key Management




  • Chapter 6: Authentication




  • Chapter 7: Encryption




  • Chapter 8: Signed Applets




  • Chapter 9: Writing a Provider




  • Chapter 10: SafeTalk




  • Chapter 11: CipherMail




  • Chapter 12: Outside the Box




  • BigInteger




  • Base64




  • JAR




  • Javakey




  • Quick Reference




  • Colophon



andere Formate
weitere Titel der Reihe