Searched refs:getPolicyTree (Results 1 – 8 of 8) sorted by relevance
/libcore/luni/src/test/java/tests/security/cert/ |
D | PKIXCertPathValidatorResultTest.java | 79 TestUtils.getPolicyTree(), in testPKIXCertPathValidatorResult01() 94 TestUtils.getPolicyTree(), in testPKIXCertPathValidatorResult02() 116 TestUtils.getPolicyTree(), in testPKIXCertPathValidatorResult03() 202 PolicyNode pn = TestUtils.getPolicyTree(); in testGetPolicyTree01() 211 assertSame(pn, vr.getPolicyTree()); in testGetPolicyTree01() 237 assertNull(vr.getPolicyTree()); in testGetPolicyTree02() 255 TestUtils.getPolicyTree(), in testClone() 264 assertSame("policyTree", vr1.getPolicyTree(), vr2.getPolicyTree()); in testClone() 270 TestUtils.getPolicyTree(), testPublicKey, encoding); in testClone() 273 assertSame(my.getPolicyTree(), myClone.getPolicyTree()); in testClone() [all …]
|
D | PKIXCertPathBuilderResultTest.java | 90 TestUtils.getPolicyTree(), in testPKIXCertPathBuilderResult01() 135 TestUtils.getPolicyTree(), in testPKIXCertPathBuilderResult03() 154 TestUtils.getPolicyTree(), in testPKIXCertPathBuilderResult04() 178 TestUtils.getPolicyTree(), in testPKIXCertPathBuilderResult05() 192 new MyCertPath(testEncoding), ta, TestUtils.getPolicyTree(), in test_clone() 198 assertSame(init.getPolicyTree(), clone.getPolicyTree()); in test_clone() 221 TestUtils.getPolicyTree(), in testGetCertPath() 246 TestUtils.getPolicyTree(), in testToString()
|
/libcore/ojluni/src/main/java/java/security/cert/ |
D | PKIXCertPathBuilderResult.java | 114 sb.append(" Policy Tree: " + String.valueOf(getPolicyTree()) + "\n"); in toString()
|
D | PKIXCertPathValidatorResult.java | 115 public PolicyNode getPolicyTree() { in getPolicyTree() method in PKIXCertPathValidatorResult
|
/libcore/ojluni/src/main/java/sun/security/provider/certpath/ |
D | PKIXCertPathValidator.java | 226 return new PKIXCertPathValidatorResult(anchor, pc.getPolicyTree(), in validate()
|
D | SunCertPathBuilder.java | 511 policyTreeResult = policyChecker.getPolicyTree(); in depthFirstSearchForward()
|
D | PolicyChecker.java | 915 PolicyNode getPolicyTree() { in getPolicyTree() method in PolicyChecker
|
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/cert/ |
D | TestUtils.java | 232 public static PolicyNode getPolicyTree() { in getPolicyTree() method
|