public class HttpsConnection extends Object
Modifier and Type | Field and Description |
---|---|
protected SslCertificate |
mCertificate
The server SSL certificate associated with this connection
(null if the connection is not secure)
It would be nice to store the whole certificate chain, but
we want to keep things as light-weight as possible
|
protected AndroidHttpClientConnection |
mHttpClientConnection
The low level connection
|
protected AndroidHttpClientConnection mHttpClientConnection
protected SslCertificate mCertificate
public static void initializeEngine(File sessionDir)
sessionDir
- directory to cache SSL sessions