protected code meaning in English
保护码
Examples
- You can t write bulletproof and error - protected code without knowing where the most problematic issues arise ; that s what this and the next few articles focus on
不知道问题的关键在哪里,就不能编写防弹代码和错误检查代码;这正是本文以及后面几篇文章的核心。 - Enables code to demand that its callers possess a digital signature , thus allowing only callers from a particular organization or site to call the protected code
使代码能够要求其调用方拥有数字签名,从而只允许特定组织或特定站点的调用方来调用受保护的代码。 - It is also possible to write tests for untested , package - protected code by putting the tests classes in the same package as the classes they re testing
还可以为未测试的、包保护( package - protected )的代码来编写测试代码,将测试类放到将要测试的类所在那个包中。 - Demanding permissions of all callers at run time affects performance , but it is essential to help protect code from luring attacks by less - trusted code
在运行时要求所有调用方都拥有权限会影响性能,但这对于帮助保护代码免遭受信程度较低的代码的引诱攻击至关重要。 - In other words , callers cannot force the authorized code to pass specific parameters to the protected code , or to get results back from it . interfaces and link demands
换句话说,调用方不能强制被授权的代码向受保护的代码传递特定参数,或从受保护的代码中得到返回结果。