Searched defs:testChain (Results 1 - 4 of 4) sorted by relevance

/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DKSPrivateKeyEntryTest.java50 private Certificate[] testChain; field in class:KSPrivateKeyEntryTest
54 testChain = new Certificate[5];
55 for (int i = 0; i < testChain.length; i++) {
57 testChain[i] = new MyCertificate("MY_TEST_CERTIFICATE_"
61 (PrivateKey) new tmpPrivateKey(testChain[0].getPublicKey().getAlgorithm()));
110 new KeyStore.PrivateKeyEntry(testPrivateKey, testChain);
125 new KeyStore.PrivateKeyEntry(testPrivateKey, testChain);
138 testPrivateKey, testChain);
150 testPrivateKey, testChain);
152 assertEquals("Incorrect chain length", testChain
[all...]
/external/chromium_org/net/tools/tld_cleanup/
H A Dmake_dafsa_unittest.py136 def testChain(self): member in class:ToWordsTest
502 def testChain(self): member in class:ReverseTest
/external/antlr/antlr-3.4/runtime/Python/unittests/
H A Dtesttree.py1085 def testChain(self): member in class:TestTreeContext
/external/conscrypt/src/test/java/org/conscrypt/
H A DTrustedCertificateStoreTest.java501 public void testChain() throws Exception { method in class:TrustedCertificateStoreTest
502 testChain(getAliasSystemChain1(), getAliasSystemChain2());
503 testChain(getAliasSystemChain1(), getAliasUserChain2());
504 testChain(getAliasUserChain1(), getAliasSystemCa1());
505 testChain(getAliasUserChain1(), getAliasUserChain2());
508 private void testChain(String alias1, String alias2) throws Exception { method in class:TrustedCertificateStoreTest

Completed in 185 milliseconds