HomeSort by relevance Sort by last modified time
    Searched defs:sans (Results 1 - 2 of 2) sorted by null

  /libcore/luni/src/main/java/java/security/cert/
X509CertSelector.java 1275 List sans = ((GeneralNames) GeneralNames.ASN1.decode(bytes)) local
    [all...]
  /libcore/luni/src/test/java/tests/security/cert/
X509CertSelectorTest.java 658 Collection<List<?>> sans = sans1.getPairsList(); local
660 selector.setPathToNames(sans);
792 GeneralNames sans = new GeneralNames(); local
793 sans.addName(san1);
794 sans.addName(san2);
796 TestCert cert_1 = new TestCert(sans);
802 selector.setSubjectAlternativeNames(sans.getPairsList());
1468 Collection<List<?>> sans = sans1.getPairsList(); local
1770 Collection<List<?>> sans = sans1.getPairsList(); local
2036 protected GeneralNames sans = null; field in class:X509CertSelectorTest.TestCert
    [all...]

Completed in 505 milliseconds