Home
last modified time | relevance | path

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

/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
DKeyStore_Impl3Test.java119 KeyStore[] kss1 = new KeyStore[kss.length]; in testLoadStore01() local
123 kss1[i] = kss[i]; in testLoadStore01()
150 kss1[i].load(bis, pwd); in testLoadStore01()
151 assertEquals("Incorrect size", kss1[i].size(), kss[i].size()); in testLoadStore01()
155 en1 = kss1[i].getEntry(aliases[j], (j == 0 ? null : pPath)); in testLoadStore01()
187 .getCreationDate(aliases[j]), kss1[i] in testLoadStore01()
191 kss1[i].getKey(aliases[3], pwd)); in testLoadStore01()
193 kss1[i].getCreationDate(aliases[3])); in testLoadStore01()
195 kss1[i].getCertificate(aliases[4])); in testLoadStore01()
197 kss1[i].getCreationDate(aliases[4])); in testLoadStore01()