Java's most striking claim is that it provides a secure programming environment. However, despite lots of discussion, few people understand precisely what Java's claims mean and how it backs up those claims. Java Security is an in-depth exploration aimed at developers, network administrators, and anyone who needs to work with or understand Java's security mechanisms. It discusses in detail what security does and doesn't mean, what Java's default security policies are, and how to create and implement your own policies.
In doing so, Java Security provides detailed coverage of security managers, class loaders, the access controller, and much of the java.security package. It discusses message digests, certificates, and digital signatures, showing you how to use Java's facilities for signing classes or to implement your own signature facility. It shows you how to write a class loader that recognizes signed classes, verifies the signature, and cooperates with a security manager to grant additional privileges. It also discusses the problem of managing cryptographic keys and shows you how to implement your own key management systems.
Java Security is an essential book for everyone using Java in real-world software. If you're deploying software written in Java, you need to know how to grant your classes the privileges they need, without granting privileges to untrusted classes. You need to know how to protect your systems against intrusion and corruption. Java provides the tools; this book shows you how to use them.
Covers all areas of Java security needed for a developer.
A very handful book for quick reference.
7/27/2000
(0 of 1 customers found this review helpful)
5.0
Java Security Review
By Manoj jayadevan
from Undisclosed
Comments about oreilly Java Security:
The best book on Java security in the market . Assumes that the reader has a fair understanding of Java programming. Provides clear differences between Java 1.1 and Java 2 models . Exhaustive coverage of basic java principles like built in language security features and byte code verification.
Good examples on class loaders . Covers various security managers ex AppletSecurity Manager ,
RMI Security manager . Provides solid foundation for features like code signing , digital signatures, encryption etc. In a nutshell , book for security enthsiasts.
6/6/2000
3.0
Java Security Review
By Dragon999
from Undisclosed
Comments about oreilly Java Security:
Well, this book is quite detailed but confusing. I don't like the structure. And I don't think this book is your first book to learn about Java 2 security features.
However, I do recommend this book. It makes you to think and analyze! Read this book after you read a chapter or two in other books or or stuff in JavaSoft's homepage!