Searched defs:matchAny (Results 1 - 2 of 2) sorted by relevance
| /openjdk7/jdk/src/share/classes/sun/security/provider/certpath/ |
| H A D | PolicyChecker.java | 631 * appropriately. If matchAny is true, then a value of ANY_POLICY 632 * in the expected policy set will match any curPolicy. If matchAny 647 * @param matchAny a boolean indicating whether a value of ANY_POLICY 656 boolean matchAny) throws CertPathValidatorException 661 debug.println("PolicyChecker.processParents(): matchAny = " 662 + matchAny); 667 curPolicy, matchAny); 652 processParents(int certIndex, boolean policiesCritical, boolean rejectPolicyQualifiers, PolicyNodeImpl rootNode, String curPolicy, Set<PolicyQualifierInfo> pQuals, boolean matchAny) argument
|
| H A D | PolicyNodeImpl.java | 318 * contains the specified expected OID (if matchAny is false) 319 * or the special OID "any value" (if matchAny is true). 323 * @param matchAny a boolean indicating whether an expected_policy_set 328 String expectedOID, boolean matchAny) { 333 return getPolicyNodesExpectedHelper(depth, expectedOID, matchAny); 338 String expectedOID, boolean matchAny) { 346 matchAny)); 349 if (matchAny) { 327 getPolicyNodesExpected(int depth, String expectedOID, boolean matchAny) argument 337 getPolicyNodesExpectedHelper(int depth, String expectedOID, boolean matchAny) argument
|
Completed in 47 milliseconds