Searched defs:ssl (Results  1 – 3 of 3) sorted by relevance
| /cts/tests/tests/apache-http/src/android/net/http/cts/ | 
| D | SslCertificate_DNameTest.java | 34         SslCertificate ssl = new SslCertificate(TO, BY, DateFormat.getInstance().format(  in testDName()  local
 | 
| D | SslCertificateTest.java | 192         SslCertificate ssl = new SslCertificate("c=129", "e=weji", date1, date2);  in testState()  local214         SslCertificate ssl = new SslCertificate(TO, BY, date1, date2);  in testSslCertificate()  local
 241         SslCertificate ssl = new SslCertificate(TO, BY, validNotBefore, validNotAfter);  in testGetX509Certificate()  local
 
 | 
| /cts/libs/testserver/src/android/webkit/cts/ | 
| D | CtsTestServer.java | 185     public CtsTestServer(Context context, boolean ssl) throws Exception {  in CtsTestServer()
 |