Java security
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 administrato...
Autor principal: | |
---|---|
Formato: | Libro electrónico |
Idioma: | Inglés |
Publicado: |
Cambridge ; Sebastopol :
O'Reilly
c1998.
|
Edición: | First edition |
Colección: | Java series (O'Reilly & Associates)
|
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009627344106719 |
Tabla de Contenidos:
- Java Application Security
- What Is Security?
- The Java Sandbox
- Security Debugging
- The Default Sandbox
- Elements of the Java Sandbox
- Keystores
- Code Sources
- Policy Files
- The Default Sandbox
- The java.security File
- Comparison with Previous Releases
- Java Language Security
- Java Language Security Constructs
- Enforcement of the Java Language Rules
- Comparisons with Previous Releases
- The Security Manager
- Overview of the Security Manager
- Operating on the Security Manager
- Methods of the Security Manager
- Comparison with Previous Releases
- The Access Controller
- The CodeSource Class
- The Policy Class
- Protection Domains
- The AccessController Class
- Guarded Objects
- Comparison with Previous Releases
- Java Class Loaders
- The Class Loader and Namespaces
- Class Loading Architecture
- Implementing a Class Loader
- Miscellaneous Class Loading Topics
- Comparison with Previous Releases
- Introduction to Cryptography
- The Need for Authentication
- The Role of Authentication
- Cryptographic Engines
- Security Providers
- The Architecture of Security Providers
- The Provider Class
- The Security Class
- The Architecture of Engine Classes
- Comparison with Previous Releases
- Keys and Certificates
- Keys
- Generating Keys
- Key Factories
- Certificates
- Keys, Certificates, and Object Serialization
- Comparison with Previous Releases
- Key Management
- Key Management Terms
- The keytool
- The Key Management API
- A Key Management Example.