|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ISSLProvider implementations are responsible for building ssl socket factories. Since each combination of custom keystore and truststore requires a new factory, implementation should be careful about caching.
Method Summary | |
javax.net.ssl.SSLServerSocketFactory |
getSSLServerSocketFactory()
|
javax.net.ssl.SSLServerSocketFactory |
getSSLServerSocketFactory(Context context)
Create a server socket factory customized according to the context properties. |
javax.net.ssl.SSLSocketFactory |
getSSLSocketFactory()
|
javax.net.ssl.SSLSocketFactory |
getSSLSocketFactory(Context context)
Create a socket factory customized according to the context properties. |
Method Detail |
public javax.net.ssl.SSLSocketFactory getSSLSocketFactory()
public javax.net.ssl.SSLSocketFactory getSSLSocketFactory(Context context)
context
-
public javax.net.ssl.SSLServerSocketFactory getSSLServerSocketFactory()
public javax.net.ssl.SSLServerSocketFactory getSSLServerSocketFactory(Context context)
context
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |