Home
last modified time | relevance | path

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

/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
DCertStore1Test.java102 private String[] dValid; field in CertStore1Test
114 dValid = (CollectionSupport ? validValuesC : validValues); in initParams()
228 for (int i = 0; i < dValid.length; i++) { in testCertStore05()
229 certS = CertStore.getInstance(dValid[i], dParams); in testCertStore05()
230 assertEquals("Incorrect type", certS.getType(), dValid[i]); in testCertStore05()
249 for (int i = 0; i < dValid.length; i++) { in testCertStore06()
251 CertStore.getInstance(dValid[i], dParams, provider); in testCertStore06()
256 CertStore.getInstance(dValid[i], dParams, ""); in testCertStore06()
273 for (int i = 0; i < dValid.length; i++) { in testCertStore07()
276 CertStore.getInstance(dValid[i], dParams, invalidValues[j]); in testCertStore07()
[all …]