Content deleted Content added
→Security manager: Fixed grammar Tags: canned edit summary Mobile app edit |
|||
Line 14:
The security manager also allows Java programs to be [[Digital Signature|cryptographically signed]]; users can choose to allow code with a valid digital signature from a trusted entity to run with full privileges in circumstances where it would otherwise be untrusted.
Users can also set fine-grained access control policies for programs from different sources. For example, a user may decide that only system classes should be fully trusted, that code from certain trusted entities may be allowed to read certain specific files, and that all other code should be fully sandboxed.
===Security APIs===
|