Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/tests/security/cert/
DX509CertSelectorTest.java546 Collection<List<?>> sans = getGeneralNamePairList(sans1); in test_getPathToNames() local
643 GeneralNames sans = new GeneralNames(); in test_getSubjectAlternativeNames() local
1182 Collection<List<?>> sans = getGeneralNamePairList(sans1); in test_setPathToNamesLjava_util_Collection() local
1412 Collection<List<?>> sans; in test_setSubjectAlternativeNamesLjava_util_Collection() local
1616 protected GeneralNames sans = null; field in X509CertSelectorTest.TestCert
1628 public TestCert(GeneralNames sans) { in TestCert()
1681 public void setSubjectAlternativeNames(GeneralNames sans) { in setSubjectAlternativeNames()
2163 Collection<List<?>> sans = new ArrayList<>(); in getGeneralNamePairList() local