Searched refs:SimpleSSLContext (Results 1 - 10 of 10) sorted by relevance

/openjdk7/jdk/test/com/sun/net/httpserver/
H A DSimpleSSLContext.java34 public class SimpleSSLContext { class
38 SimpleSSLContext (String dir) throws IOException { method in class:SimpleSSLContext
H A DTest6a.java50 SSLContext ssl = new SimpleSSLContext(System.getProperty("test.src")).get();
H A DTest7a.java55 SSLContext ssl = new SimpleSSLContext(System.getProperty("test.src")).get();
H A DTest8a.java58 SSLContext ssl = new SimpleSSLContext(System.getProperty("test.src")).get();
H A DTest9a.java58 serverCtx = new SimpleSSLContext(System.getProperty("test.src")).get();
59 clientCtx = new SimpleSSLContext(System.getProperty("test.src")).get();
H A DSelCacheTest.java68 ctx = new SimpleSSLContext(System.getProperty("test.src")).get();
H A DTest1.java75 ctx = new SimpleSSLContext(System.getProperty("test.src")).get();
H A DTest12.java65 ctx = new SimpleSSLContext(System.getProperty("test.src")).get();
H A DTest13.java74 ctx = new SimpleSSLContext(System.getProperty("test.src")).get();
H A DTest9.java62 ctx = new SimpleSSLContext(System.getProperty("test.src")).get();

Completed in 3065 milliseconds