Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Java
Secure Java packages: a proposal
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="John C. Bollinger, post: 653267"] No, not entirely. Perhaps you do not realize that Adam's suggestion of a "sealed" jar file was a variant on existing technical terminology. The Jar specification supports a feature called "package sealing", which permits a jar creator to indicate to the VM that the only classes that are permitted to be in a specified package are the ones contained in a particular jar. As I recall, this is backed up by a digital signature so that new or modified classes cannot be inserted. You will note the broad similarities between this feature and your suggested scheme. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Java
Secure Java packages: a proposal
Top