Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/tests/security/cert/
DX509CertSelectorTest.java213 assertTrue(selector.getMatchAllSubjectAltNames()); in test_X509CertSelector()
223 assertEquals(selector.getMatchAllSubjectAltNames(), selector1.getMatchAllSubjectAltNames()); in test_clone()
452 selector.getMatchAllSubjectAltNames()); in test_getMatchAllSubjectAltNames()
455 selector.getMatchAllSubjectAltNames()); in test_getMatchAllSubjectAltNames()
/libcore/ojluni/src/main/java/java/security/cert/
DX509CertSelector.java1584 public boolean getMatchAllSubjectAltNames() { in getMatchAllSubjectAltNames() method in X509CertSelector