All Categories
Beginning Cryptography with Java While cryptography can still be a controversial topic in theprogramming community, Java has weathered that storm and provides arich set of APIs that allow you, the developer, to effectivelyinclude cryptography in applications-if you know how.This book teaches you how. Chapters one through five cover thearchitecture of the JCE and JCA, symmetric and asymmetric keyencryption in Java, message authentication codes, and how to createJava implementations with the API provided by the Bouncy CastleASN.1 packages, all with plenty of examples. Building on thatfoundation, the second half of the book takes you into higher-leveltopics, enabling you to create and implement secure Javaapplications and make use of standard protocols such as CMS, SSL,and S/MIME.What you will learn from this bookHow to understand and use JCE, JCA, and the JSSE for encryptionand authenticationThe ways in which padding mechanisms work in ciphers and how tospot and fix typical errorsAn understanding of how authentication mechanisms areimplemented in Java and why they are usedMethods for describing cryptographic objects with ASN.1How to create certificate revocation lists and use the OnlineCertificate Status Protocol (OCSP)Real-world Web solutions using Bouncy Castle APIsWho this book is forThis book is for Java developers who want to use cryptography intheir applications or to understand how cryptography is being usedin Java applications. Knowledge of the Java language is necessary,but you need not be familiar with any of the APIs discussed.Wrox Beginning guides are crafted to make learningprogramming languages and technologies easier than you think,providing a structured, tutorial format that will guide you throughall the techniques involved.