Home | History | Annotate | Download | only in ssl

Lines Matching refs:getInstance

31 import sun.security.jca.GetInstance;
116 * <code>SSLContext.getInstance("Default")</code>.
124 * {@link SSLContext#getInstance SSLContext.getInstance()} call fails
130 defaultContext = SSLContext.getInstance("Default");
187 public static SSLContext getInstance(String protocol)
189 GetInstance.Instance instance = GetInstance.getInstance
230 public static SSLContext getInstance(String protocol, String provider)
232 GetInstance.Instance instance = GetInstance.getInstance
267 public static SSLContext getInstance(String protocol, Provider provider)
269 GetInstance.Instance instance = GetInstance.getInstance
279 * <code>getInstance</code> calls that created this