Package totalcross.net.ssl
Class SSLContextSpi
- java.lang.Object
-
- totalcross.net.ssl.SSLContextSpi
-
- Direct Known Subclasses:
SSLContextBase,SSLContextMbedtls
public abstract class SSLContextSpi extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringname
-
Constructor Summary
Constructors Modifier Constructor Description protectedSSLContextSpi(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SSLSocketFactorygetSocketFactory()
-
-
-
Method Detail
-
getSocketFactory
public SSLSocketFactory getSocketFactory()
-
-