or
Sign in to turn on 1-Click ordering.
 
 
More Buying Choices
11 used & new from £31.41

Have one to sell? Sell yours here
 
   
Java Security (Java Series)
 
 

Java Security (Java Series) (Paperback)

by Scott Oaks (Author)
4.0 out of 5 stars  See all reviews (5 customer reviews)
RRP: £42.50
Price: £36.13 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £6.37 (15%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
Temporarily out of stock.
Order now and we'll deliver when available. We'll e-mail you with an estimated delivery date as soon as we have more information. Your account will only be charged when we ship the item.
Dispatched from and sold by Amazon.co.uk. Gift-wrap available.

5 new from £36.13 6 used from £31.41

Frequently Bought Together

Customers buy this book with Java Cryptography (Java Series) by Jonathan Knudsen

Java Security (Java Series) + Java Cryptography (Java Series)
Price For Both: £56.03

One of these items is dispatched sooner than the other. Show details

  • This item: Java Security (Java Series) by Scott Oaks

    Temporarily out of stock.
    Order now and we'll deliver when available. We'll e-mail you with an estimated delivery date as soon as we have more information. Your account will only be charged when we ship the item.
    Dispatched from and sold by Amazon.co.uk.
    This item Delivered FREE in the UK with Super Saver Delivery. See details and conditions

  • Java Cryptography (Java Series) by Jonathan Knudsen

    In stock.
    Dispatched from and sold by Amazon.co.uk.
    This item Delivered FREE in the UK with Super Saver Delivery. See details and conditions


Customers Who Bought This Item Also Bought


Product details

  • Paperback: 622 pages
  • Publisher: O'Reilly Media; 2 edition (17 May 2001)
  • Language English
  • ISBN-10: 0596001576
  • ISBN-13: 978-0596001575
  • Product Dimensions: 22.6 x 17.8 x 3 cm
  • Average Customer Review: 4.0 out of 5 stars  See all reviews (5 customer reviews)
  • Amazon.co.uk Sales Rank: 490,557 in Books (See Bestsellers in Books)

    Popular in this category:

    #3 in  Books > Computing & Internet > Computer Science > Security > Programming > Java
  • See Complete Table of Contents

Customers Viewing This Page May Be Interested in These Sponsored Links

  (What is this?)
   UML/JAVA Model&Generation opens new browser window
www.modeliosoft.com  -  Powerful Model Driven tool-100€! Complete-Code Model consistency
   Encrypted USB Flash Drive opens new browser window
www.IntegralMemory.com/Crypto  -  1GB - 32GB FIPS 197 Approved USB With AES 256 Bit Encryption Buy Now
   Flash Developer opens new browser window
www.openscreenproject.org  -  Got a great Flash app idea? Apply for funding today!
  
 

Product Description

Amazon.co.uk Review

The second edition of Java Security is intended to help you build and deploy secure Java programs on private and public networks. It covers Java 1.1, Java 2, JCE 1.2.1, JSSE and JAAS (the last two absent from the first edition) and combines coverage of the core Java security features with the three optional security APIs. They will be combined in the next Java release--so you're ahead of the curve.

Security has different meanings depending on context. Java's core sandbox security model was originally intended to defeat viruses and trojans. Authentication, encryption and other security models were added to provide different kinds of security. The authors explain how Java components work so they can show how they might be subverted. Without knowing what the risks are you can't apply effective security measures.

The Java security features examined include class loaders, cryptography, certificates, key management, signatures, SSL, authentication and permissions. The authors explain where and how particular security features are best implemented and explain their limitations in the real world. For example, many people routinely grant signed Java applets permission to read and write files on their system believing a signed certificate somehow makes the application safe. In practice, as anyone can create and sign a Java applet or application it proves nothing of the kind and can still be setting you up for a fall.

Java security is non-trivial. Security is an arms race in which the two sides constantly leapfrog each other. Java Security is well written with many examples but it's a fairly technical read. If you're serious about Java application development, however, you need to read it. Because you can be sure the bad guys will. --Steve Patient

Review

'This is a great book about Java Security. If you are a Java programmer who want to write secure applications or a system administrator, you should read this book'. Evgeny Gesin, JavaDesk, Israel.

Inside This Book (Learn More)
Browse Sample Pages
Front Cover | Table of Contents | Excerpt | Index | Back Cover
Search inside this book:

Suggested Tags from Similar Products

 (What's this?)
Be the first one to add a relevant tag (keyword that's strongly related to this product)
 
java
security
java security

Your tags: Add your first tag
 

What Do Customers Ultimately Buy After Viewing This Item?


 

Customer Reviews

5 Reviews
5 star:
 (3)
4 star:    (0)
3 star:
 (1)
2 star:
 (1)
1 star:    (0)
 
 
 
 
 
Average Customer Review
4.0 out of 5 stars (5 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
3 of 3 people found the following review helpful:
5.0 out of 5 stars Excellent guide but could be clearer on a couple of topics, 20 Jun 2003
By C. C. Williams - See all my reviews
(TOP 500 REVIEWER)    (REAL NAME)   
The first edition of this book was extremely good and this version is even better. As a source on crytographic programming this can't be bettered (note that it is much better than the O'Reilly book 'Java Crytography' which is hopelessly out of date). However, it also provides thorough coverage of code security - the famous sandbox, the class loader and the security manager. Finally, the book covers JAAS, the Java Authentication and Authorization Service. Here, unfortunately, the book gets a little sketchy and the examples are poor. Overall, however, this is a fine book and well up to O'Reilly standards.
Help other customers find the most helpful reviews  
Was this review helpful to you? Yes No


 
2 of 2 people found the following review helpful:
3.0 out of 5 stars Good if you want to become an expert, not good for how-to., 25 Feb 1999
By A Customer
If you wish to become an in-depth expert in Java security, this book is for you. But if you just want to find out how to add specific aspects of Java security to your applications, this book is the long way around the block. It would be better to have some how-to examples early in each chapter, followed by the background and theory of each concept. Instead, you have to figure out "how-to" based on the discussion.
Help other customers find the most helpful reviews  
Was this review helpful to you? Yes No


 
2 of 3 people found the following review helpful:
2.0 out of 5 stars Average book which failed to grasp my attention at any point, 4 May 1999
By A Customer
Having played a bit with encryption and digital signatures on a java project for my company, I was looking forward to learning more via this book. The book starts with an important story from the author of how different people expect totally different things from a book called Java Security.

The book was split in two, with one part on the security which makes Java a 'safe' language to use, and the other part on the Java Cryptography Architecture, java.security.

As my interest was primarily in the second part, I managed to read the first part without being too disappointed in its lack of relevance for me. Unfortunately, the second part was even harder to maintain an interest in than the first, so I have to sadly name this the least interesting OReilly book I`ve read.

Not for me.

Help other customers find the most helpful reviews  
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews

5.0 out of 5 stars great book ...
Excuse me, but my previous review was intended for "Java Threads" by Scott Oaks, not "Java Security". Read more
Published on 29 May 1999

5.0 out of 5 stars great book
take a step forward in your mundane java applet development by reading scott's book.

his tome is choked full of the kind of details and examples that java server gurus have... Read more

Published on 29 May 1999

Only search this product's reviews



Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

   


Listmania!


Look for similar items by category


Look for similar items by subject


Feedback


Your Recent History

 (What's this?)

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.