/**@class javax.net.ssl.SSLContextSpi
@extends java.lang.Object
This class defines the <i>Service Provider Interface</i> (<b>SPI</b>)
for the <code>SSLContext</code> class.
<p> All the abstract methods in this class must be implemented by each
cryptographic service provider who wishes to supply the implementation
of a particular SSL context.
@since 1.4
@see SSLContext
*/
var SSLContextSpi = {
};