Home
last modified time | relevance | path

Searched refs:testChain (Results 1 – 2 of 2) sorted by relevance

/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
DKSPrivateKeyEntryTest.java49 private Certificate [] testChain; field in KSPrivateKeyEntryTest
53 testChain = new Certificate[5]; in createParams()
54 for (int i = 0; i < testChain.length; i++) { in createParams()
56 testChain[i] = new MyCertificate("MY_TEST_CERTIFICATE_" in createParams()
60 (PrivateKey)new tmpPrivateKey(testChain[0].getPublicKey().getAlgorithm())); in createParams()
108 new KeyStore.PrivateKeyEntry(testPrivateKey, testChain); in testPrivateKeyEntry03()
123 new KeyStore.PrivateKeyEntry(testPrivateKey, testChain); in testPrivateKeyEntry04()
136 testPrivateKey, testChain); in testGetPrivateKey()
148 testPrivateKey, testChain); in testGetCertificateChain()
150 assertEquals("Incorrect chain length", testChain.length, res.length); in testGetCertificateChain()
[all …]
/external/antlr/antlr-3.4/runtime/Python/unittests/
Dtesttree.py1085 def testChain(self): member in TestTreeContext