Searched refs:setPolicy (Results 1 – 9 of 9) sorted by relevance
9 permission java.security.SecurityPermission "setPolicy";
413 Policy.setPolicy(permissivePolicy()); in main()1223 Policy.setPolicy(permissivePolicy());1228 Policy.setPolicy(savedPolicy);1233 Policy.setPolicy(policy);1239 Policy.setPolicy(savedPolicy);
47 public static void setPolicy(Policy p) in setPolicy() method in Policy
49 Policy.setPolicy(p); in testGetInstance_alwaysReturnNull()
171 eeSelector.setPolicy(getMatchingPolicies()); in getMatchingEECerts()232 caTargetSelector.setPolicy(getMatchingPolicies()); in getMatchingCACerts()252 caSelector.setPolicy(getMatchingPolicies()); in getMatchingCACerts()
126 Policy.setPolicy(p); in testExtFuncNotAllowed()
125 Policy.setPolicy(p); in testExtFuncNotAllowed()
575 selector.setPolicy(null); in test_getPolicy()578 selector.setPolicy(p1); in test_getPolicy()581 selector.setPolicy(p2); in test_getPolicy()1214 selector.setPolicy(null); in test_setPolicyLjava_util_Set()1219 selector.setPolicy(p1); in test_setPolicyLjava_util_Set()1225 selector.setPolicy(p2); in test_setPolicyLjava_util_Set()
1092 public void setPolicy(Set<String> certPolicySet) throws IOException { in setPolicy() method in X509CertSelector