Home
last modified time | relevance | path

Searched defs:ta (Results 1 – 6 of 6) sorted by relevance

/libcore/luni/src/test/java/tests/security/cert/
DPKIXCertPathBuilderResultTest.java82 TrustAnchor ta = TestUtils.getTrustAnchor(); in testPKIXCertPathBuilderResult01() local
105 TrustAnchor ta = TestUtils.getTrustAnchor(); in testPKIXCertPathBuilderResult02() local
125 TrustAnchor ta = TestUtils.getTrustAnchor(); in testPKIXCertPathBuilderResult03() local
168 TrustAnchor ta = TestUtils.getTrustAnchor(); in testPKIXCertPathBuilderResult05() local
187 TrustAnchor ta = TestUtils.getTrustAnchor(); in test_clone() local
189 + ": not performed (could not create test TrustAnchor)", ta); in test_clone() local
211 TrustAnchor ta = TestUtils.getTrustAnchor(); in testGetCertPath() local
238 TrustAnchor ta = TestUtils.getTrustAnchor(); in testToString() local
DPKIXCertPathValidatorResultTest.java73 TrustAnchor ta = TestUtils.getTrustAnchor(); in testPKIXCertPathValidatorResult01() local
108 TrustAnchor ta = TestUtils.getTrustAnchor(); in testPKIXCertPathValidatorResult03() local
129 TrustAnchor ta = TestUtils.getTrustAnchor(); in testPKIXCertPathValidatorResult04() local
147 TrustAnchor ta = TestUtils.getTrustAnchor(); in testGetTrustAnchor() local
170 TrustAnchor ta = TestUtils.getTrustAnchor(); in testGetPublicKey() local
196 TrustAnchor ta = TestUtils.getTrustAnchor(); in testGetPolicyTree01() local
223 TrustAnchor ta = TestUtils.getTrustAnchor(); in testGetPolicyTree02() local
247 TrustAnchor ta = TestUtils.getTrustAnchor(); in testClone() local
298 TrustAnchor ta = TestUtils.getTrustAnchor(); in testToString01() local
319 TrustAnchor ta = TestUtils.getTrustAnchor(); in testToString02() local
DTrustAnchorTest.java114 TrustAnchor ta = new TrustAnchor(validCaNameRfc2253, pk, ncCopy); in testTrustAnchorStringPublicKeybyteArray03() local
225 TrustAnchor ta = new TrustAnchor(new X500Principal(validCaNameRfc2253), in testTrustAnchorX500PrincipalPublicKeybyteArray03() local
417 TrustAnchor ta = in testGetCAPublicKey01() local
440 TrustAnchor ta = in testGetCAName01() local
463 TrustAnchor ta = in testGetTrustedCer02() local
568 TrustAnchor ta = in testGetCA01() local
/libcore/ojluni/src/test/java/time/test/java/time/format/
DTestNonIsoFormatter.java171 TemporalAccessor ta = dtf.parse(text); in test_chronoNames() local
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/cert/
DTestUtils.java126 TrustAnchor ta = getTrustAnchor(); in getTrustAnchorSet() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
DTrustManagerFactory1Test.java449 TrustAnchor ta = new TrustAnchor(validCaNameRfc2253, pk, getFullEncoding()); in test_initLjavax_net_ssl_ManagerFactoryParameters() local