Home
last modified time | relevance | path

Searched refs:getPolicyTree (Results 1 – 8 of 8) sorted by relevance

/libcore/luni/src/test/java/tests/security/cert/
DPKIXCertPathValidatorResultTest.java79 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 …]
DPKIXCertPathBuilderResultTest.java90 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/
DPKIXCertPathBuilderResult.java114 sb.append(" Policy Tree: " + String.valueOf(getPolicyTree()) + "\n"); in toString()
DPKIXCertPathValidatorResult.java115 public PolicyNode getPolicyTree() { in getPolicyTree() method in PKIXCertPathValidatorResult
/libcore/ojluni/src/main/java/sun/security/provider/certpath/
DPKIXCertPathValidator.java226 return new PKIXCertPathValidatorResult(anchor, pc.getPolicyTree(), in validate()
DSunCertPathBuilder.java511 policyTreeResult = policyChecker.getPolicyTree(); in depthFirstSearchForward()
DPolicyChecker.java915 PolicyNode getPolicyTree() { in getPolicyTree() method in PolicyChecker
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/cert/
DTestUtils.java232 public static PolicyNode getPolicyTree() { in getPolicyTree() method