Java Security Analysis
12-09-2013, 05:18 AM,
(This post was last modified: 12-10-2013, 10:45 AM by Ghanshyam.)
|
|||
|
|||
![]()
Java has become one of the most popular
development platforms on the planet. It is important for: • Component-based software • Embedded systems • Smart cards Java can be made more secure with the use of • Advanced cryptography APIs and class libraries • Language-level security mechanisms • Built-in functionality that makes it more difficult to write insecure code Java offers a multi-tiered security structure: • Restricted access to file systems and the network • Restricted access to browser internals • Load-time and runtime checks to verify byte code • Code signing and assigning a level of capability Java Security Analysis paper discuss a brief analysis of java security model for programmer. [ATTACHMENT NOT FOUND] |
|||
« Next Oldest | Next Newest »
|
Return to Top