src/share/classes/javax/net/ssl/SSLContext.java

Print this page

        

*** 158,168 **** * <p> Note that the list of registered providers may be retrieved via * the {@link Security#getProviders() Security.getProviders()} method. * * @param protocol the standard name of the requested protocol. * See Appendix A in the <a href= ! * "{@docRoot}/../technotes/guides//security/jsse/JSSERefGuide.html#AppA"> * Java Secure Socket Extension Reference Guide </a> * for information about standard protocol names. * * @param provider the name of the provider. * --- 158,168 ---- * <p> Note that the list of registered providers may be retrieved via * the {@link Security#getProviders() Security.getProviders()} method. * * @param protocol the standard name of the requested protocol. * See Appendix A in the <a href= ! * "{@docRoot}/../technotes/guides/security/jsse/JSSERefGuide.html#AppA"> * Java Secure Socket Extension Reference Guide </a> * for information about standard protocol names. * * @param provider the name of the provider. *