Searched refs:getTrustAnchorSet (Results 1 - 5 of 5) sorted by relevance

/libcore/luni/src/test/java/libcore/java/security/cert/
H A DOldPKIXParametersTest.java46 Set<TrustAnchor> taSet = TestUtils.getTrustAnchorSet();
103 Set<TrustAnchor> taSet = TestUtils.getTrustAnchorSet();
131 Set<TrustAnchor> taSet = TestUtils.getTrustAnchorSet();
155 Set<TrustAnchor> taSet = TestUtils.getTrustAnchorSet();
/libcore/luni/src/test/java/tests/security/cert/
H A DCertPathValidator3Test.java95 CertPathParameters params = new PKIXParameters(TestUtils.getTrustAnchorSet());
H A DPKIXBuilderParametersTest.java88 Set<TrustAnchor> taSet = TestUtils.getTrustAnchorSet();
107 Set<TrustAnchor> taSet = TestUtils.getTrustAnchorSet();
127 Set<TrustAnchor> taSet = TestUtils.getTrustAnchorSet();
H A DCertPathValidator2Test.java235 CertPathParameters params = new PKIXParameters(TestUtils.getTrustAnchorSet());
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/cert/
H A DTestUtils.java128 public static Set<TrustAnchor> getTrustAnchorSet() { method in class:TestUtils

Completed in 166 milliseconds